summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/global
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-18 17:35:30 +0100
committerByron Jones <bjones@mozilla.com>2012-01-18 17:35:30 +0100
commit81e4e438f9f494fb70e502a64fb1d35fded45baa (patch)
tree8243c76312a3d3781e04e1b4e971a6f677b7d0a1 /extensions/BMO/template/en/default/hook/global
parent7740abe8308ae64d68f939995a40a7b9c4d5146f (diff)
downloadbugzilla-81e4e438f9f494fb70e502a64fb1d35fded45baa.tar.gz
bugzilla-81e4e438f9f494fb70e502a64fb1d35fded45baa.tar.xz
Bug 716109: add release tracking report
Diffstat (limited to 'extensions/BMO/template/en/default/hook/global')
-rw-r--r--extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl16
1 files changed, 6 insertions, 10 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
index 85881aca7..eff0e35cc 100644
--- a/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -22,19 +22,15 @@
[% title = "Missing Username" %]
You must provide at least one email address to report on.
-[% ELSIF error == "user_activity_missing_from_date" %]
- [% title = "Missing Date" %]
- You must provided the period start date.
-
-[% ELSIF error == "user_activity_missing_to_date" %]
- [% title = "Missing Date" %]
- You must provided the period end date.
-
-[% ELSIF error == "user_activity_invalid_date" %]
+[% ELSIF error == "report_invalid_date" %]
[% title = "Invalid Date" %]
The date '[% date FILTER html %]' is invalid.
+[% ELSIF error == "report_invalid_parameter" %]
+ [% title = "Invalid Parameter" %]
+ The value for parameter [% name FILTER html %] is invalid.
+
[% ELSIF error == "invalid_object" %]
- Invalid [% object FILTER html %]: "[% value FILTER html %]"
+ Invalid [% object FILTER html %]: "[% value FILTER html %]"
[% END %]