translate login button

pull/4038/head
Matthew Hodgson 2017-05-30 12:25:27 +01:00
parent 1f4f86b5f8
commit 37b51b8a2a
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module.exports = React.createClass({
loginButton = (
<div className="mx_LoginBox_loginButton_wrapper">
<AccessibleButton className="mx_LoginBox_loginButton" element="button" onClick={this.onLoginClick}>
Login
{ _t("Login") }
</AccessibleButton>
</div>
);

View File

@ -51,6 +51,7 @@
"Invite to this room": "Invite to this room",
"Keywords": "Keywords",
"Leave": "Leave",
"Login": "Login",
"Low Priority": "Low Priority",
"Members": "Members",
"Mentions only": "Mentions only",