summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-03-01 18:44:32 -0800
committerEric Sethna <eric@spinpunch.com>2016-03-01 18:44:32 -0800
commit2b5e50d98a012586bc0dcc3c33ac68d78f5450ce (patch)
tree11e522658eb5a989add5475bd3b546749df2ab8f /web/react
parent0373e9d1f3b18533b227871b96c2bb48465ff371 (diff)
downloadchat-2b5e50d98a012586bc0dcc3c33ac68d78f5450ce.tar.gz
chat-2b5e50d98a012586bc0dcc3c33ac68d78f5450ce.tar.bz2
chat-2b5e50d98a012586bc0dcc3c33ac68d78f5450ce.zip
Update get_team_invite_link_modal.jsx
Diffstat (limited to 'web/react')
-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..0d43a1c86 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);