Browse Source

Typo fix

pull/1595/head
Nate 3 years ago committed by GitHub
parent
commit
8135ecb302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/pages/user/authentication/passwordValidateMixin.js

2
packages/nc-gui/pages/user/authentication/passwordValidateMixin.js

@ -22,7 +22,7 @@ export default {
PasswordValidate(p) {
if (!p) {
this.passwordProgress = 0
this.passwordValidateMsg = 'Atleast 8 letters with one Uppercase, one number and one special letter'
this.passwordValidateMsg = 'At least 8 letters with one Uppercase, one number and one special letter'
return false
}

Loading…
Cancel
Save