diff options
author | travis%sedsystems.ca <> | 2005-02-26 00:50:09 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-26 00:50:09 +0100 |
commit | fb9c587d3ff4925962bd9022f187df976883d2c4 (patch) | |
tree | b03f012c41c3fed6acbbdf560564770bf2e103e2 /template | |
parent | f88d296263969914fba5c461cad34b5c3b1b9a74 (diff) | |
download | bugzilla-fb9c587d3ff4925962bd9022f187df976883d2c4.tar.gz bugzilla-fb9c587d3ff4925962bd9022f187df976883d2c4.tar.xz |
Bug 155414 : "Account not found" error should be more friendly
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=timeless a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 25859cc0a..4dc4430fe 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -51,18 +51,18 @@ > <p> - One or more of the names/email addresses you entered into fields on the - previous page produced results which require confirmation. Please - carefully examine the matches below, selecting users from the lists if - necessary, or go back to the previous page to revise the names you - entered. + Bugzilla cannot make a conclusive match for one or more of the + names and/or email addresses you entered on the previous page.<br> + Please examine the lists of potential matches below and select the + one you want, or go back to the previous page to revise the names + you entered. </p> [% ELSE %] [% PROCESS global/header.html.tmpl title="Match Failed" %] <p> - One or more of the names/email addresses you entered into fields on the - previous page were unable to make a valid match. Go back to the previous - page and try other names/email addresses. + Bugzilla was unable to make any match at all for one or more of + the names and/or email addresses you entered on the previous page.<br> + Please go back and try other names or email addresses. </p> [% END %] |