Tweaks from PR
This commit is contained in:
parent
81ee27f41e
commit
067bfe2ee3
7 changed files with 15 additions and 15 deletions
|
@ -29,7 +29,7 @@ const WarmFuzzy = function(props) {
|
|||
if (props.didSetEmail) {
|
||||
title = _t('You have successfully set a password and an email address!');
|
||||
}
|
||||
const advice = _t('You can now return to your account after signing out, and sign in on other sessions.');
|
||||
const advice = _t('You can now return to your account after signing out, and sign in on other devices.');
|
||||
let extraAdvice = null;
|
||||
if (!props.didSetEmail) {
|
||||
extraAdvice = _t('Remember, you can always set an email address in user settings if you change your mind.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue