translate login button
This commit is contained in:
parent
1f4f86b5f8
commit
37b51b8a2a
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue