summaryrefslogtreecommitdiffstats
path: root/extensions/ComponentWatching/template/en/default
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-08-06 06:21:33 +0200
committerByron Jones <glob@mozilla.com>2015-08-06 06:21:33 +0200
commit86a7f0140f898cd77e5d3a2dcfd52722d2f65089 (patch)
tree183c401743b3eae9a26d249804072df6e9f55db9 /extensions/ComponentWatching/template/en/default
parent9465a77fad2f80e4e3615b0aa0af36bc5da11122 (diff)
downloadbugzilla-86a7f0140f898cd77e5d3a2dcfd52722d2f65089.tar.gz
bugzilla-86a7f0140f898cd77e5d3a2dcfd52722d2f65089.tar.xz
Bug 1191565 - [Security] Able to delete any Bugzilla user's component watching
Diffstat (limited to 'extensions/ComponentWatching/template/en/default')
-rw-r--r--extensions/ComponentWatching/template/en/default/hook/global/code-error-errors.html.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/ComponentWatching/template/en/default/hook/global/code-error-errors.html.tmpl b/extensions/ComponentWatching/template/en/default/hook/global/code-error-errors.html.tmpl
new file mode 100644
index 000000000..04640afef
--- /dev/null
+++ b/extensions/ComponentWatching/template/en/default/hook/global/code-error-errors.html.tmpl
@@ -0,0 +1,12 @@
+[%# This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # defined by the Mozilla Public License, v. 2.0.
+ #%]
+
+[% IF error == "component_watch_invalid_id" %]
+ [% title = "Invalid Component Watch ID" %]
+ The component watch id provided is invalid.
+[% END %]