Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from PBSA/WAL-7-signup-text-correction
Browse files Browse the repository at this point in the history
WAL-7
  • Loading branch information
KeeganPBSA authored Aug 2, 2018
2 parents a87b4ea + ef864fc commit 2f4d46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/app/assets/locales/locale-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
}
},
"errors": {
"login_error": "Please enter a username, starting with a letter and containing at least one dash or number",
"login_error": "Please enter an account name, starting with a letter and containing at least one dash or number",
"incorrect_username_or_password": "Incorrect username or password",
"incorrect_private_key": "Incorrect Private key",
"password_must_be_X_characters_or_more": "Password should be at least %(cnt)s symbols (alphanumeric)",
Expand Down
2 changes: 1 addition & 1 deletion web/app/assets/locales/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
}
},
"errors": {
"login_error": "Please enter a username, starting with a letter and containing at least one dash or number",
"login_error": "Please enter an account name, starting with a letter and containing at least one dash or number",
"incorrect_username_or_password": "Incorrect username or password",
"incorrect_private_key": "Incorrect Private key",
"password_must_be_X_characters_or_more": "Password should be at least %(cnt)s symbols (alphanumeric)",
Expand Down

0 comments on commit 2f4d46b

Please sign in to comment.