diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx index a01b57b267..3b10926f54 100644 --- a/web/react/components/get_link_modal.jsx +++ b/web/react/components/get_link_modal.jsx @@ -9,6 +9,7 @@ ZeroClipboardMixin.ZeroClipboard.config({ }); module.exports = React.createClass({ + displayName: 'GetLinkModal', zeroclipboardElementsSelector: '[data-copy-btn]', mixins: [ZeroClipboardMixin], componentDidMount: function() { @@ -47,7 +48,10 @@ module.exports = React.createClass({

{this.state.title} Link

-

{'The link below is used for open ' + strings.TeamPlural + ' or if you allowed your ' + strings.Team + ' members to sign up using their ' + strings.Company + ' email addresses.'} +

+ Send {strings.Team + 'mates'} the link below for them to sign-up to this {strings.Team} site. +

+ Be careful not to share this link publicly, since anyone with the link can join your {strings.Team}.