Tweaks from PR

This commit is contained in:
J. Ryan Stinnett 2020-01-29 16:10:46 +00:00
parent 81ee27f41e
commit 067bfe2ee3
7 changed files with 15 additions and 15 deletions

View file

@ -360,7 +360,7 @@ export default createReactClass({
<p>{_t(
"You have been logged out of all sessions and will no longer receive " +
"push notifications. To re-enable notifications, sign in again on each " +
"session.",
"device.",
)}</p>
<input className="mx_Login_submit" type="button" onClick={this.props.onComplete}
value={_t('Return to login screen')} />