Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8f44d92

Browse files
changing forgot password text
1 parent 3e22e23 commit 8f44d92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/javascript/app/pages/user/account/change_password.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ChangePassword = (() => {
6565
case 'trading_password':
6666
return localize('Please click on the link in the email to reset your trading password.');
6767
default:
68-
return localize('Please click on the link in the email to reset your binary password.');
68+
return localize('If you have an account with us, we\'ll send you a link to your email in a few minutes to reset your password..');
6969
}
7070
};
7171

src/templates/app/user/lost_password.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const LostPassword = () => (
1515
</Fieldset>
1616
</form>
1717

18-
<p id='check_spam' className='invisible'>{it.L('If you don\'t receive the email within the next few minutes, please check your junk/spam folder.')}</p>
18+
<p id='check_spam' className='invisible'>{it.L('If you have an account with us, we\'ll send you a link to your email in a few minutes to reset your password.')}</p>
1919
</div>
2020
);
2121

0 commit comments

Comments
 (0)