diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-08-07 17:40:50 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-08-07 17:40:50 +0900 |
commit | 6a10257fd7230d08d9a64fc4877e85972375498d (patch) | |
tree | 263bed8ce542bda6f31f09eb521362c76b3c3440 /i18n/en.i18n.json | |
parent | 57219df16afbc0c512e15ed9801308591b41d318 (diff) | |
download | wekan-6a10257fd7230d08d9a64fc4877e85972375498d.tar.gz wekan-6a10257fd7230d08d9a64fc4877e85972375498d.tar.bz2 wekan-6a10257fd7230d08d9a64fc4877e85972375498d.zip |
Add change email address
Set allow email change in admin panel
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 2cb73ae6..2ce7cd42 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -191,6 +191,7 @@ "error-user-notAllowSelf": "You can not invite yourself", "error-user-notCreated": "This user is not created", "error-username-taken": "This username is already taken", + "error-email-taken": "Email has already been taken", "export-board": "Export board", "filter": "Filter", "filter-cards": "Filter Cards", @@ -379,5 +380,9 @@ "OS_Uptime": "OS Uptime", "hours": "hours", "minutes": "minutes", - "seconds": "seconds" + "seconds": "seconds", + "yes": "Yes", + "no": "No", + "accounts": "accounts", + "accounts-allowEmailChange": "Allow Email Change" } |