From 727ba2a265bf860c6463eb70fb0c5c256fddd434 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 19 Aug 2015 02:17:13 -0400 Subject: Bug 404663 - aliases should be reserved for people w/ editbugs r=dkl, a=simon --- template/en/default/global/user-error.html.tmpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index fe548f927..57c06c204 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -923,8 +923,15 @@ [% ELSIF error == "illegal_change" %] [% title = "Not allowed" %] - You tried to change the - [% field_descs.$field FILTER html %] field + You tried to + [% IF action == "set" %] + set + [% ELSIF action == "unset" %] + unset + [% ELSE %] + change + [% END %] + the [% field_descs.$field FILTER html %] field [% IF oldvalue.defined AND oldvalue != "" %] from [% oldvalue.join(', ') FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b