0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

fix(phrases): improve wording of "existing account?" question (#7172)

fix(phrases): improve en i18n content

"have" reads better in English
This commit is contained in:
Nick Daugherty 2025-03-30 23:02:44 -06:00 committed by GitHub
parent 93a52df81a
commit 048f6ab63b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -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);