Replace "Login as guest" with "Try the app first" on login page

Fixes vector-im/riot-web#5875

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston 2018-05-26 20:54:19 -06:00
parent bbdc27019a
commit e690bcb6ef
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>;
}