summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorAJ Moon <moonmeister@users.noreply.github.com>2017-06-29 07:42:33 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2017-06-29 10:42:33 -0400
commit84d5f314a0019ca86d141a8a6c0a0b602ee3c954 (patch)
treeaeeae37bb03fd1a9ec9bf2a734433fffb4b933bb /i18n/en.json
parent648f333850163efeac486c4b07eb47da415a9c98 (diff)
downloadchat-84d5f314a0019ca86d141a8a6c0a0b602ee3c954.tar.gz
chat-84d5f314a0019ca86d141a8a6c0a0b602ee3c954.tar.bz2
chat-84d5f314a0019ca86d141a8a6c0a0b602ee3c954.zip
PLT-6882 Disable /invite_people when account creation is set to false (#6709)
* PLT-6882 Disable /invite_people when account creation is set to false * Disable /invite_people when account creation or email notifications are set to false
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 807612d32..f0dd4d77e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -452,6 +452,10 @@
"translation": "Email has not been configured, no invite(s) sent"
},
{
+ "id": "api.command.invite_people.invite_off",
+ "translation": "User creation has been disabled on this server, no invite(s) sent"
+ },
+ {
"id": "api.command.invite_people.fail",
"translation": "Encountered an error sending email invite(s)"
},