You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
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:
@@ -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>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user