]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 353820: The confirmation page when deleting a user account who has entries in...
authorlpsolit%gmail.com <>
Sat, 23 Sep 2006 06:07:08 +0000 (06:07 +0000)
committerlpsolit%gmail.com <>
Sat, 23 Sep 2006 06:07:08 +0000 (06:07 +0000)
template/en/default/admin/users/confirm-delete.html.tmpl

index 53abd5937e3144463f33799cf4507b1b3ebce4cd..9296f49d6ffa60c3d3d7d1dd2d637026cfde98fa 100644 (file)
@@ -24,7 +24,7 @@
   # reporter:                 number of bugs reported by the user
   # assignee_or_qa:           number of bugs the user is either the assignee
   #                           or the QA contact
-  # bug_activity:             number of bugs the viewed user has activity
+  # bugs_activity:            number of bugs the viewed user has activity
   #                           entries on
   # cc                        number of bugs the viewed user is cc list member
   #                           of
 
   [% display_warning = 0 %]
 
-  [% IF reporter || bug_activity || flags.setter || longdescs || profiles_activity %]
+  [% IF reporter || bugs_activity || flags.setter || longdescs || profiles_activity %]
     <div class="criticalmessages">
       <p>The following deletions are <b>highly not recommended</b> and
       will generate referential integrity inconsistencies!</p>