Skip to content

Commit

Permalink
fix(Copy): password stretching
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Jun 7, 2018
1 parent 7c87145 commit 1c996f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -1512,7 +1512,7 @@
"formhelper.invalidmobilenumber": "Invalid mobile number",
"formhelper.invalidnumber": "Invalid number",
"formhelper.invalidpassphrase": "Invalid passphrase",
"formhelper.invalidpasswordstretchingnumber": "Please ensure 1 < PBKDF2 <=20000",
"formhelper.invalidpasswordstretchingnumber": "PBKDF2 must be between 1 and 20000",
"formhelper.invalidstrongpassword": "Your password is not strong enough",
"formhelper.invalidwalletidentifier": "Invalid wallet identifier",
"formhelper.requireddob": "Must be a valid date",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c996f7

Please sign in to comment.