diff options
author | <Dylan> | 2014-03-06 08:13:11 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-03-06 08:13:11 +0100 |
commit | 8738a27c2ff267266e3f4db17e71305c6840fa42 (patch) | |
tree | 41d6ad668f1a04df29e22132d58d0199f55fc2d1 /template | |
parent | 51539e843226f3a85776159d2cb68ce2cc192d24 (diff) | |
download | bugzilla-8738a27c2ff267266e3f4db17e71305c6840fa42.tar.gz bugzilla-8738a27c2ff267266e3f4db17e71305c6840fa42.tar.xz |
Bug 956229: develop a system to track the lifetime of review/feedback/needinfo requests
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 46e181409..bd8e57a69 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -991,6 +991,10 @@ Invalid datasets <em>[% datasets.join(":") FILTER html %]</em>. Only digits, letters and colons are allowed. + [% ELSIF error == "invalid_flag_id" %] + [% title = "Invalid Flag ID" %] + The flag id [% flag_id FILTER html %] is invalid. + [% ELSIF error == "invalid_format" %] [% title = "Invalid Format" %] The format "[% format FILTER html %]" is invalid (must be one of |