Chad has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/101235


Change subject: Localize part of login form that was missed
......................................................................

Localize part of login form that was missed

Change-Id: I6137719b4704e0ec71168af0b75c8c24f5410bda
---
M data/templates/login.html
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/wikimania-scholarships 
refs/changes/35/101235/1

diff --git a/data/templates/login.html b/data/templates/login.html
index 311a3b8..2109861 100644
--- a/data/templates/login.html
+++ b/data/templates/login.html
@@ -11,7 +11,7 @@
       <li><label for="password">{{ wgLang.message( 'password' ) }}</label> 
<input type="password" id="password" name="password" required="required" /></li>
     </ul>
   </fieldset>
-  <p><input type="submit" value="Log in" />
+  <p><input type="submit" value="{{ wgLang.message( 'log-in' ) }}" />
 </form>
 {% endspaceless %}
 {% endblock content %}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6137719b4704e0ec71168af0b75c8c24f5410bda
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/wikimania-scholarships
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>

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

Reply via email to