Browse Source

Merge pull request #1595 from tympaniplayer/patch-1

Typo fix
pull/1596/head
navi 3 years ago committed by GitHub
parent
commit
da471395db
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) { PasswordValidate(p) {
if (!p) { if (!p) {
this.passwordProgress = 0 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 return false
} }

Loading…
Cancel
Save