Skip to content

Commit 7d49097

Browse files
committed
Improve wording of "existing account?" question
"have" reads better in English
1 parent 9b6dbf2 commit 7d49097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/phrases-experience/src/locales/en/description.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const description = {
4242
set_password: 'Set password',
4343
password_changed: 'Password changed',
4444
no_account: 'No account yet? ',
45-
have_account: 'Already had an account?',
45+
have_account: 'Already have an account?',
4646
enter_password: 'Enter password',
4747
enter_password_for: 'Sign in with the password to {{method}} {{value}}',
4848
enter_username: 'Set username',
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const secondary = {
22
social_bind_with:
3-
'Already had an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.',
3+
'Already have an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.',
44
};
55

66
export default Object.freeze(secondary);

0 commit comments

Comments
 (0)