From 773960a1d62681ddef088c089df174447b21cc07 Mon Sep 17 00:00:00 2001 From: nickago Date: Mon, 17 Aug 2015 15:02:22 -0700 Subject: Changed wording of get link modal --- web/react/components/get_link_modal.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/react') diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx index ea22ad0f3..924b78c57 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}.

-- cgit v1.2.3-1-g7c22