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:
parent
93a52df81a
commit
048f6ab63b
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue