Update get_team_invite_link_modal.jsx

Этот коммит содержится в:
Eric Sethna
2016-03-01 18:44:32 -08:00
родитель 0373e9d1f3
Коммит 2b5e50d98a

Просмотреть файл

@@ -15,7 +15,7 @@ const holders = defineMessages({
}, },
help: { help: {
id: 'get_team_invite_link_modal.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: { helpDisabled: {
id: 'get_team_invite_link_modal.helpDisabled', id: 'get_team_invite_link_modal.helpDisabled',
@@ -73,4 +73,4 @@ GetTeamInviteLinkModal.propTypes = {
intl: intlShape.isRequired intl: intlShape.isRequired
}; };
export default injectIntl(GetTeamInviteLinkModal); export default injectIntl(GetTeamInviteLinkModal);