summaryrefslogtreecommitdiffstats
path: root/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl')
-rw-r--r--extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl4
1 files changed, 4 insertions, 0 deletions
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 aafdb5445..4b8b7dcbf 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
@@ -34,4 +34,8 @@
[% requestee.identity FILTER html %] is not currently accepting
'[% flagtype FILTER html %]' requests.
+[% ELSIF error == "mentor_limit_exceeded" %]
+ [% title = "Too Many Mentors" %]
+ You cannot add more than [% limit FILTER html %] mentors to a [% terms.bug %].
+
[% END %]