From 1030251963d7f4e2c7da6cb0486b36529a558860 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 9 Oct 2014 22:15:21 -0400 Subject: Bug 1062775 - Create a form to create/update bounty tracking tracking attachments --- .../BMO/template/en/default/hook/global/user-error-errors.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl') 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 aaf23fff5..9caf9bd29 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 @@ -37,4 +37,8 @@ [% title = "Too Many Bugs" %] Too many [% terms.bugs %] matched your selection criteria. +[% ELSIF error == "bounty_attachment_missing_reporter" %] + [% title = "Missing Reporter" %] + You must provide an email address for a bounty attachment. + [% END %] -- cgit v1.2.3-24-g4f1b