diff options
author | Mario Orlicky <orlickymario@gmail.com> | 2016-11-18 23:18:16 +0100 |
---|---|---|
committer | Mario Orlicky <orlickymario@gmail.com> | 2016-11-18 23:18:16 +0100 |
commit | 69fbd31abc5772f7d092caf501e536e88cdc0e2d (patch) | |
tree | 0e295778be57acc6dbfa5f90d3442e199ccc63c4 /i18n | |
parent | 4dc0ec07b8560d0814ed5cb72b2cac93722bb93c (diff) | |
download | wekan-69fbd31abc5772f7d092caf501e536e88cdc0e2d.tar.gz wekan-69fbd31abc5772f7d092caf501e536e88cdc0e2d.tar.bz2 wekan-69fbd31abc5772f7d092caf501e536e88cdc0e2d.zip |
Display message when user wants to choose existing username (Fixes: #16)
Diffstat (limited to 'i18n')
-rwxr-xr-x | i18n/en.i18n.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index c92d6a71..54e6b394 100755 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -169,6 +169,7 @@ "error-user-doesNotExist": "This user does not exist", "error-user-notAllowSelf": "This action on self is not allowed", "error-user-notCreated": "This user is not created", + "error-username-taken": "This username is already taken", "export-board": "Export board", "filter": "Filter", "filter-cards": "Filter Cards", |