From bd1b0779824f599d21304fd99fce5dd919310a2b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 29 Apr 2011 13:44:48 +0800 Subject: Bug 653406: fix escaping of url vars in error messages r=LpSolit, a=LpSolit --- template/en/default/global/user-error.html.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 071599bf8..cda3d2e5d 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1310,7 +1310,7 @@ Your password is currently less than [%+ constants.USER_PASSWORD_MIN_LENGTH FILTER html %] characters long, which is the new minimum length required for passwords. - You must + You must request a new password in order to log in again. [% ELSIF error == "password_too_short" %] @@ -1557,16 +1557,16 @@ [% ELSIF error == "sudo_password_required" %] [% title = "Password Required" %] Your [% terms.Bugzilla %] password is required to begin a sudo - session. Please go back and enter your password. + session. Please go back and enter your password. [% ELSIF error == "sudo_preparation_required" %] [% title = "Preparation Required" %] You may not start a sudo session directly. Please - start your session normally. + start your session normally. [% ELSIF error == "sudo_protected" %] [% title = "User Protected" %] @@ -1768,7 +1768,7 @@ [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] - or edit + or edit [% END %] [% END %] -- cgit v1.2.3-24-g4f1b