]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 155414 : "Account not found" error should be more friendly
authortravis%sedsystems.ca <>
Fri, 25 Feb 2005 23:50:09 +0000 (23:50 +0000)
committertravis%sedsystems.ca <>
Fri, 25 Feb 2005 23:50:09 +0000 (23:50 +0000)
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=timeless  a=myk

template/en/default/global/confirm-user-match.html.tmpl

index 25859cc0aaca0b16ce8d41b114d1a1501cd755e6..4dc4430fe154bc5a60c603b14f01e792bf2a8d1c 100644 (file)
   >
 
   <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 %]