]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled...
authoruid623 <>
Thu, 8 Jun 2006 04:12:25 +0000 (04:12 +0000)
committeruid623 <>
Thu, 8 Jun 2006 04:12:25 +0000 (04:12 +0000)
template/en/default/global/user-error.html.tmpl

index 72b5dbb874ae9038befb32e26f4e412dee21d4b4..2eac68d804c5ed94296c2a7d5e0be66764eb2a9a 100644 (file)
 
   [% ELSIF error == "user_has_responsibility" %]
     [% title = "Can't Delete User Account" %]
-    The user you want to delete is set up for roles as default [% terms.bug %]
-    assignee or QA contact for at least one component.
+    The user you want to delete is set up as the default [% terms.bug %]
+    assignee
+    [% IF Param('useqacontact') %]
+      or QA contact
+    [% END %]
+    for at least one component.
     For this reason, you cannot delete the account at this time.
 
   [% ELSIF error == "user_login_required" %]