summaryrefslogtreecommitdiffstats
path: root/web/react/components/get_team_invite_link_modal.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-03-04 14:12:24 -0800
committerCorey Hulen <corey@hulen.com>2016-03-04 14:12:24 -0800
commitfc468e17389a2eb35fa41893b97d5ae5ddc41821 (patch)
tree930f3059149fe3d32938834d4e0785b2e30c5893 /web/react/components/get_team_invite_link_modal.jsx
parentd1b1148ea8a0290a66ef7c75d1910c2558fa6186 (diff)
parentbbe760dbd938281d0ac6c4d8d3c39e3209226b5c (diff)
downloadchat-fc468e17389a2eb35fa41893b97d5ae5ddc41821.tar.gz
chat-fc468e17389a2eb35fa41893b97d5ae5ddc41821.tar.bz2
chat-fc468e17389a2eb35fa41893b97d5ae5ddc41821.zip
Merge pull request #2306 from mattermost/esethna-patch-1
Update get team invite link help text
Diffstat (limited to 'web/react/components/get_team_invite_link_modal.jsx')
-rw-r--r--web/react/components/get_team_invite_link_modal.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/get_team_invite_link_modal.jsx b/web/react/components/get_team_invite_link_modal.jsx
index 299729250..ba6164dbf 100644
--- a/web/react/components/get_team_invite_link_modal.jsx
+++ b/web/react/components/get_team_invite_link_modal.jsx
@@ -15,7 +15,7 @@ const holders = defineMessages({
},
help: {
id: 'get_team_invite_link_modal.help',
- defaultMessage: 'Send teammates the link below for them to sign-up to this team site.'
+ defaultMessage: 'Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it\'s regenerated in Team Settings by a Team Admin.'
},
helpDisabled: {
id: 'get_team_invite_link_modal.helpDisabled',
@@ -73,4 +73,4 @@ GetTeamInviteLinkModal.propTypes = {
intl: intlShape.isRequired
};
-export default injectIntl(GetTeamInviteLinkModal); \ No newline at end of file
+export default injectIntl(GetTeamInviteLinkModal);