summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-23 08:03:20 +0200
committerlpsolit%gmail.com <>2006-09-23 08:03:20 +0200
commitb9fdf68a3c077b75496f4e274c5623bd16943847 (patch)
tree95535c4fbf6fc6f3bf22b0f939c83713833cf2ae /template
parent3b0560db062187054b254a441935ab8d34287e7f (diff)
downloadbugzilla-b9fdf68a3c077b75496f4e274c5623bd16943847.tar.gz
bugzilla-b9fdf68a3c077b75496f4e274c5623bd16943847.tar.xz
Bug 353820: The confirmation page when deleting a user account who has entries in the bugs_activity table fails to notify the administrator correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/users/confirm-delete.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl
index 5a4032795..02efdb82a 100644
--- a/template/en/default/admin/users/confirm-delete.html.tmpl
+++ b/template/en/default/admin/users/confirm-delete.html.tmpl
@@ -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
@@ -134,7 +134,7 @@
[% 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>