Merge pull request #1937 from turt2live/travis/no-guest

Replace "Login as guest" with "Try the app first" on login page
This commit is contained in:
Luke Barnard
2018-06-01 11:58:26 +01:00
committed by GitHub
32 changed files with 2 additions and 32 deletions

View File

@@ -399,7 +399,7 @@ module.exports = React.createClass({
if (this.props.enableGuest) {
loginAsGuestJsx =
<a className="mx_Login_create" onClick={this._onLoginAsGuestClick} href="#">
{ _t('Login as guest') }
{ _t('Try the app first') }
</a>;
}