summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2015-12-30 12:10:20 -0700
committerEric Sethna <eric@spinpunch.com>2015-12-30 12:10:20 -0700
commitb91d9150f50b246f609afacfbde6aa255035f5d2 (patch)
tree6a1e7469319fee3c56a4d9c3c166367fcbc6ab3f /web
parentac26e51d681fd926942ae7366ff0f6235871d17f (diff)
downloadchat-b91d9150f50b246f609afacfbde6aa255035f5d2.tar.gz
chat-b91d9150f50b246f609afacfbde6aa255035f5d2.tar.bz2
chat-b91d9150f50b246f609afacfbde6aa255035f5d2.zip
Update team_general_tab.jsx
help text for invite code in team settings
Diffstat (limited to 'web')
-rw-r--r--web/react/components/team_general_tab.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_general_tab.jsx b/web/react/components/team_general_tab.jsx
index dc615f2e8..cc06a940e 100644
--- a/web/react/components/team_general_tab.jsx
+++ b/web/react/components/team_general_tab.jsx
@@ -424,7 +424,7 @@ export default class GeneralTab extends React.Component {
</div>
</div>
</div>
- <div className='setting-list__hint'>{'Your Invite Code is used in the URL sent to people to join your team. Regenerating your Invite Code will invalidate the URLs in previous invitations, unless "Allow anyone to sign-up from login page" is enabled.'}</div>
+ <div className='setting-list__hint'>{'The Invite Code is used as part of the URL in the team invitation link created by **Get Team Invite Link** in the main menu. Regenerating creates a new team invitation link and invalidates the previous link.'}</div>
</div>
);