summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl5
1 files changed, 5 insertions, 0 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 9caf9bd29..a8be3663f 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
@@ -41,4 +41,9 @@
[% title = "Missing Reporter" %]
You must provide an email address for a bounty attachment.
+[% ELSIF error == "bug_status_unassigned" %]
+ [% title = "Invalid Bug Status" %]
+ You cannot set this [% terms.bug %]'s status to ASSIGNED because the
+ [%+ terms.bug %] is not assigned to a person.
+
[% END %]