From 8ba59b5e888f16ccc74ab9aa5b52c4ec64700197 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 20 Mar 2014 21:46:04 +0000 Subject: Bug 978773: API to query flag history by user r=dkl --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions/Review/template/en') diff --git a/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl index 856ff3c75..788852aa8 100644 --- a/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl @@ -15,4 +15,8 @@ You must provide either a bug_id, or a product (and optionally a component). +[% ELSIF error == "invalid_flag_type_id" %] + [% title = "Invalid Flag Type ID" %] + The flag type id [% type_id FILTER html %] is invalid. + [% END %] -- cgit v1.2.3-24-g4f1b