Merge pull request #506 from matrix-org/dbkr/sign_in_not_log_in

Use 'Sign In' / 'Sign Out' universally
This commit is contained in:
Richard van der Hoff 2016-09-30 11:30:00 +01:00 committed by GitHub
commit dca19a4940
5 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@ module.exports = React.createClass({
</div>
<div className="mx_Dialog_content">
<span>
You can use the custom server options to log into other Matrix
You can use the custom server options to sign into other Matrix
servers by specifying a different Home server URL.
<br/>
This allows you to use this app with an existing Matrix account on

View file

@ -104,7 +104,7 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
placeholder="Password" />
<br />
{forgotPasswordJsx}
<input className="mx_Login_submit" type="submit" value="Log in" />
<input className="mx_Login_submit" type="submit" value="Sign in" />
</form>
</div>
);