diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-05-06 09:17:05 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-05-06 09:17:05 +0300 |
commit | 357808ff8a6a988b5b28650ad1724a0655520d9f (patch) | |
tree | 47302f95aee70a058c962a5aec87b2eee57d98ea /i18n/en.i18n.json | |
parent | 3e98e8c9fbfe6d1d248fc12e8bbe56afc6b6e55a (diff) | |
download | wekan-357808ff8a6a988b5b28650ad1724a0655520d9f.tar.gz wekan-357808ff8a6a988b5b28650ad1724a0655520d9f.tar.bz2 wekan-357808ff8a6a988b5b28650ad1724a0655520d9f.zip |
Changed to more descriptive text that I think what it means at models/users.js
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 0dabf373..0c5fe384 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -183,7 +183,7 @@ "error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-list-doesNotExist": "This list does not exist", "error-user-doesNotExist": "This user does not exist", - "error-user-notAllowSelf": "This action on self is not allowed", + "error-user-notAllowSelf": "You can not invite yourself", "error-user-notCreated": "This user is not created", "error-username-taken": "This username is already taken", "export-board": "Export board", |