Dzahn has submitted this change and it was merged.

Change subject: Change generic "login" string to "email address"
......................................................................


Change generic "login" string to "email address"

Bug: 24992
Change-Id: I88b232ca11367e21a9e9020e4ecdec12120ff45f
---
M bugzilla-4.2/template/en/custom/account/auth/login-small.html.tmpl
M bugzilla-4.2/template/en/custom/account/auth/login.html.tmpl
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Aklapper: Looks good to me, but someone else must approve
  Dzahn: Verified; Looks good to me, approved



diff --git a/bugzilla-4.2/template/en/custom/account/auth/login-small.html.tmpl 
b/bugzilla-4.2/template/en/custom/account/auth/login-small.html.tmpl
index cb43354..05b7abc 100644
--- a/bugzilla-4.2/template/en/custom/account/auth/login-small.html.tmpl
+++ b/bugzilla-4.2/template/en/custom/account/auth/login-small.html.tmpl
@@ -76,7 +76,7 @@
             id="log_in[% qs_suffix %]">
     <script type="text/javascript">
       mini_login_constants = {
-          "login" : "login",
+          "login" : "email address",
           "warning" : "You must set the login and password before logging in."
       };
       [%# We need this event to fire after autocomplete, because it does
diff --git a/bugzilla-4.2/template/en/custom/account/auth/login.html.tmpl 
b/bugzilla-4.2/template/en/custom/account/auth/login.html.tmpl
index 3de52b6..1bc815f 100644
--- a/bugzilla-4.2/template/en/custom/account/auth/login.html.tmpl
+++ b/bugzilla-4.2/template/en/custom/account/auth/login.html.tmpl
@@ -44,7 +44,7 @@
 [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
   <table>
     <tr>
-      <th align="right"><label for="Bugzilla_login">Login:</label></th>
+      <th align="right"><label for="Bugzilla_login">Email address:</label></th>
       <td>
         <input size="35" id="Bugzilla_login" name="Bugzilla_login">
         [% Param('emailsuffix') FILTER html %]

-- 
To view, visit https://gerrit.wikimedia.org/r/68718
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I88b232ca11367e21a9e9020e4ecdec12120ff45f
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/bugzilla/modifications
Gerrit-Branch: master
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to