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
commit d30bc2dc6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>;
}