summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2016-01-29 13:29:43 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2016-02-02 12:09:44 -0800
commiteeb1c1b5b827cc20ae32449bfc8c227152ba1a9d (patch)
tree8d1ed5957ea85bb5d62fea0ed36331ccb50b87db /web/static/i18n/en.json
parent320fe1c39240644ce15fa2a436ac4a5591b95083 (diff)
downloadchat-eeb1c1b5b827cc20ae32449bfc8c227152ba1a9d.tar.gz
chat-eeb1c1b5b827cc20ae32449bfc8c227152ba1a9d.tar.bz2
chat-eeb1c1b5b827cc20ae32449bfc8c227152ba1a9d.zip
Properly disable the get team link functionality when user creation is disabled
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index d6401ab6e..2412a1bae 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -526,6 +526,7 @@
"get_link.close": "Close",
"get_team_invite_link_modal.title": "Team Invite Link",
"get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site.",
+ "get_team_invite_link_modal.helpDisabled": "User creation has been disabled for your team. Please ask your team administrator for details.",
"invite_member.emailError": "Please enter a valid email address",
"invite_member.firstname": "First name",
"invite_member.lastname": "Last name",