Merge pull request #2383 from vector-im/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:31:15 +01:00 committed by GitHub
commit 602727b7ad
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ module.exports = React.createClass({
<div className="mx_GuestWarningBar"> <div className="mx_GuestWarningBar">
<img className="mx_GuestWarningBar_warning" src="img/warning.svg" width="24" height="23" alt="/!\"/> <img className="mx_GuestWarningBar_warning" src="img/warning.svg" width="24" height="23" alt="/!\"/>
<div> <div>
You are Rioting as a guest. <a onClick={this.onRegisterClicked}>Register</a> or <a onClick={this.onLoginClicked}>log in</a> to access more rooms and features. You are Rioting as a guest. <a onClick={this.onRegisterClicked}>Register</a> or <a onClick={this.onLoginClicked}>sign in</a> to access more rooms and features.
</div> </div>
</div> </div>
); );

View File

@ -30,7 +30,7 @@ module.exports = React.createClass({
</div> </div>
<div className="mx_Dialog_content"> <div className="mx_Dialog_content">
<span> <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. servers by specifying a different Home server URL.
<br/> <br/>
This allows you to use Riot with an existing Matrix account on This allows you to use Riot with an existing Matrix account on