diff --git a/packages/phrases-experience/src/locales/en/description.ts b/packages/phrases-experience/src/locales/en/description.ts index 43259b9d6..c3c4dfeb7 100644 --- a/packages/phrases-experience/src/locales/en/description.ts +++ b/packages/phrases-experience/src/locales/en/description.ts @@ -43,7 +43,7 @@ const description = { set_password: 'Set password', password_changed: 'Password changed', no_account: 'No account yet? ', - have_account: 'Already had an account?', + have_account: 'Already have an account?', enter_password: 'Enter password', enter_password_for: 'Sign in with the password to {{method}} {{value}}', enter_username: 'Set username', diff --git a/packages/phrases-experience/src/locales/en/secondary.ts b/packages/phrases-experience/src/locales/en/secondary.ts index 296e96fa1..130b1639d 100644 --- a/packages/phrases-experience/src/locales/en/secondary.ts +++ b/packages/phrases-experience/src/locales/en/secondary.ts @@ -1,6 +1,6 @@ const secondary = { social_bind_with: - 'Already had an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.', + 'Already have an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.', }; export default Object.freeze(secondary);