summaryrefslogtreecommitdiffstats
path: root/ui/translations/en.json
diff options
context:
space:
mode:
authorDessalines <dessalines@users.noreply.github.com>2020-05-28 14:07:36 -0400
committerGitHub <noreply@github.com>2020-05-28 14:07:36 -0400
commit29fc3681b9c3d4e630534c0f6adb0b73d7fcf04f (patch)
tree84c4d90a6afb84cbee6c2af797f570e509e47018 /ui/translations/en.json
parent871f09d109ba3c6d7c291e46408a6021ccaa7b77 (diff)
Validate register usernames on the back-end. Fixes #716 (#750)
* Validate register usernames on the back-end. Fixes #716 * Changing name to is_valid_username
Diffstat (limited to 'ui/translations/en.json')
-rw-r--r--ui/translations/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/translations/en.json b/ui/translations/en.json
index 703bdaec..ff28a3cf 100644
--- a/ui/translations/en.json
+++ b/ui/translations/en.json
@@ -249,6 +249,7 @@
"Couldn't find that username or email.",
"password_incorrect": "Password incorrect.",
"passwords_dont_match": "Passwords do not match.",
+ "invalid_username": "Invalid username.",
"admin_already_created": "Sorry, there's already an admin.",
"user_already_exists": "User already exists.",
"email_already_exists": "Email already exists.",