diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-19 22:19:20 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-19 22:19:20 +0200 |
commit | 3a02aca1cc20b43f10afbad70c56a14fbac414da (patch) | |
tree | 7311ac83ebc5f31009825e24241e2839e3159068 /extensions/BrowserID/template/en/default | |
parent | 0717a2d3f2a94320d1ced1f7dcaa2f3e14d68bcd (diff) | |
download | bugzilla-3a02aca1cc20b43f10afbad70c56a14fbac414da.tar.gz bugzilla-3a02aca1cc20b43f10afbad70c56a14fbac414da.tar.xz |
Fix test breakage caused by bug 746331
Diffstat (limited to 'extensions/BrowserID/template/en/default')
-rw-r--r-- | extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl index 402cad3c9..ce872abda 100644 --- a/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl @@ -1,8 +1,8 @@ [% IF error == "browserid_account_too_powerful" %] [% title = "Account Too Powerful" %] Your account is a member of a group which is not permitted to use - BrowserID to log in. Please log in with your Bugzilla username and - password. + BrowserID to log in. Please log in with your [% terms.Bugzilla %] username + and password. <br><br> (BrowserID logins are disabled for accounts which are members of certain particularly sensitive groups, while we gain experience with the |