summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-23 16:47:11 +0200
committertimeless%mozdev.org <>2007-07-23 16:47:11 +0200
commit8e32409b83feed1df480f17f7b26535922f97b66 (patch)
tree5cbc65fa679f563655de38f827ff633515620ac8 /template
parentefe725f656d0e44bef2c1573a59d3eddf3029b2a (diff)
downloadbugzilla-8e32409b83feed1df480f17f7b26535922f97b66.tar.gz
bugzilla-8e32409b83feed1df480f17f7b26535922f97b66.tar.xz
Bug 238651 (a&b) Include the login name (in <code>) for "account_inexistent" error
r=lpsolit a=lpsolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 77d7d335c..3f82c1c92 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -68,9 +68,10 @@
that login name.
[% END %]
- [% ELSIF error == "account_inexistent" %]
+ [% ELSIF error == "account_does_not_exist" %]
[% title = "Account Does Not Exist" %]
- There is no [% terms.Bugzilla %] account with that login name.
+ <code>[% email FILTER html %]</code> is not a valid [% terms.Bugzilla %]
+ account.
[% ELSIF error == "alias_has_comma_or_space" %]
[% title = "Invalid Characters In Alias" %]