Skip to content

Commit

Permalink
fix(app-signup): update password requirements error
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Jan 4, 2021
1 parent aaeb995 commit bf631bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/game-app/src/assets/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const translations = {
errors: {
invalidEmail: 'Invalid email',
passwordRequirements:
'The password must be 8 chars long and should contain at least a lowercase letter, an uppercase letter and a spectial character',
'The password must be 8 chars long and should contain at least a lowercase letter, an uppercase letter and a number',
passwordMatch: 'The two password must match',
'auth/email-already-in-use': 'Ops, it seams that this email is not allowed',
},
Expand Down

0 comments on commit bf631bf

Please sign in to comment.