summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-17 20:34:16 -0500
committerDessalines <tyhou13@gmx.com>2020-01-17 20:34:16 -0500
commit8604c1d257ed68527ce345e6886eabfa929cbc87 (patch)
tree6844118a18649d66f6699d7e07c4609897542497 /ui
parent5fb2af0a6e69a440a53e18b2a7c36fb2715a2f53 (diff)
Fixing error when email already exists. Fixes #427
Diffstat (limited to 'ui')
-rw-r--r--ui/src/translations/en.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts
index f2184024..d919e509 100644
--- a/ui/src/translations/en.ts
+++ b/ui/src/translations/en.ts
@@ -210,6 +210,7 @@ export const en = {
passwords_dont_match: 'Passwords do not match.',
admin_already_created: "Sorry, there's already an admin.",
user_already_exists: 'User already exists.',
+ email_already_exists: 'Email already exists.',
couldnt_update_user: "Couldn't update user.",
system_err_login: 'System error. Try logging out and back in.',
},