diff options
author | tinajohnson.1234@gmail.com <> | 2013-11-05 18:26:45 -0500 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-11-05 18:26:45 -0500 |
commit | d8d3c0edd90267e23e4910fe550df4604a5ad75b (patch) | |
tree | 8c3a0e59035ec29519dbe444cdda8269b9466b31 /template/en/default | |
parent | 5189d82750da1b7d336bedf21927970feac0ee17 (diff) | |
download | bugs-d8d3c0edd90267e23e4910fe550df4604a5ad75b.tar bugs-d8d3c0edd90267e23e4910fe550df4604a5ad75b.tar.gz bugs-d8d3c0edd90267e23e4910fe550df4604a5ad75b.tar.bz2 bugs-d8d3c0edd90267e23e4910fe550df4604a5ad75b.tar.xz bugs-d8d3c0edd90267e23e4910fe550df4604a5ad75b.zip |
Bug 931765 - When you enter your login or password wrong, the error message shown "The username or password you entered is not valid" should be edited to "The login or password you entered is not valid"
r=dkl,a=sgreen
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 939eb2c3c..7ca346188 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1046,9 +1046,9 @@ Either you misspelled it, or the person has not registered for a [% terms.Bugzilla %] account. - [% ELSIF error == "invalid_username_or_password" %] - [% title = "Invalid Username Or Password" %] - The username or password you entered is not valid. + [% ELSIF error == "invalid_login_or_password" %] + [% title = "Invalid Login Or Password" %] + The login or password you entered is not valid. [%# People get two login attempts before being warned about # being locked out. #%] |