translate login button
parent
1f4f86b5f8
commit
37b51b8a2a
|
@ -69,7 +69,7 @@ module.exports = React.createClass({
|
||||||
loginButton = (
|
loginButton = (
|
||||||
<div className="mx_LoginBox_loginButton_wrapper">
|
<div className="mx_LoginBox_loginButton_wrapper">
|
||||||
<AccessibleButton className="mx_LoginBox_loginButton" element="button" onClick={this.onLoginClick}>
|
<AccessibleButton className="mx_LoginBox_loginButton" element="button" onClick={this.onLoginClick}>
|
||||||
Login
|
{ _t("Login") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
"Invite to this room": "Invite to this room",
|
"Invite to this room": "Invite to this room",
|
||||||
"Keywords": "Keywords",
|
"Keywords": "Keywords",
|
||||||
"Leave": "Leave",
|
"Leave": "Leave",
|
||||||
|
"Login": "Login",
|
||||||
"Low Priority": "Low Priority",
|
"Low Priority": "Low Priority",
|
||||||
"Members": "Members",
|
"Members": "Members",
|
||||||
"Mentions only": "Mentions only",
|
"Mentions only": "Mentions only",
|
||||||
|
|
Loading…
Reference in New Issue