From 2b5e50d98a012586bc0dcc3c33ac68d78f5450ce Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Tue, 1 Mar 2016 18:44:32 -0800 Subject: Update get_team_invite_link_modal.jsx --- web/react/components/get_team_invite_link_modal.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react/components/get_team_invite_link_modal.jsx') 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); -- cgit v1.2.3-1-g7c22 From bbe760dbd938281d0ac6c4d8d3c39e3209226b5c Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Thu, 3 Mar 2016 14:27:14 -0800 Subject: Update get_team_invite_link_modal.jsx --- web/react/components/get_team_invite_link_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/get_team_invite_link_modal.jsx') diff --git a/web/react/components/get_team_invite_link_modal.jsx b/web/react/components/get_team_invite_link_modal.jsx index 0d43a1c86..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. 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.' + 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', -- cgit v1.2.3-1-g7c22