Merge pull request #2306 from mattermost/esethna-patch-1

Update get team invite link help text
Этот коммит содержится в:
Corey Hulen
2016-03-04 14:12:24 -08:00
родитель d1b1148ea8 bbe760dbd9
Коммит fc468e1738
4 изменённых файлов: 3 добавлений и 5 удалений

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

@@ -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);
export default injectIntl(GetTeamInviteLinkModal);