Skip to content

Commit

Permalink
fix(ext/cfx-ui): 'have account' -> 'have an account'
Browse files Browse the repository at this point in the history
Closes #1991. Thanks to @MortalD3V for reporting this.
  • Loading branch information
blattersturm committed Jun 3, 2023
1 parent 607e14a commit de3dbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/cfx-ui/src/assets/languages/locale-en.json
Expand Up @@ -17,8 +17,8 @@
"#AuthForm_FieldLabel_Username": "Username",
"#AuthForm_FieldLabel_TOTP": "Two-Factor Authentication",
"#AuthForm_FieldDescription_TOTP": "Enter code from your authentication app",
"#AuthForm_SwitchTo_Registration": "Don't have account? Register",
"#AuthForm_SwitchTo_LogIn": "Already have account? Log in",
"#AuthForm_SwitchTo_Registration": "Don't have an account? Register",
"#AuthForm_SwitchTo_LogIn": "Already have an account? Log in",
"#AuthForm_LogIn_Submit": "Log in",
"#AuthForm_Registration_Submit": "Register",
"#AuthForm_PasswordReset_Submit": "Forgot password?",
Expand Down

0 comments on commit de3dbe0

Please sign in to comment.