summaryrefslogtreecommitdiffstats
path: root/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-08-13 16:31:02 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-08-13 16:31:02 +0200
commit96c78287563baa489c5ad36c855c63674ed55b34 (patch)
tree989ff5b4d962e9ab93f7da8d00d7b7940456101d /extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl
parent40a58eeefe8d4b754b5201415b8062047119bd1a (diff)
downloadbugzilla-96c78287563baa489c5ad36c855c63674ed55b34.tar.gz
bugzilla-96c78287563baa489c5ad36c855c63674ed55b34.tar.xz
Bug 899091 - SENTRY ERROR: Can't locate object method "cf_partner_koi_tcl" via package "Bugzilla::Bug" at /loader/0x7f88f01cfd60/Bugzilla/Extension/Push/Serialise.pm line 217
r=glob
Diffstat (limited to 'extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl')
-rw-r--r--extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl
index f17df1bdf..13f9980dc 100644
--- a/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -54,4 +54,14 @@
[% title = "Invalid flag type" %]
The flag type '[% type FILTER html %]' is invalid.
+[% ELSIF error == "tracking_flag_has_activity" %]
+ [% title = "Tracking Flag Has Activity" %]
+ The tracking flag '[% flag.name FILTER html %]' cannot be deleted because
+ it has recorded activity.
+
+[% ELSIF error == "tracking_flag_has_contents" %]
+ [% title = "Tracking Flag Has Contents" %]
+ The tracking flag '[% flag.name FILTER html %]' cannot be deleted because
+ at least one [% terms.bug %] has a non empty value for this field.
+
[% END %]