summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_general_tab.jsx
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-06-27 08:10:02 -0400
committerChristopher Speller <crspeller@gmail.com>2016-06-27 08:10:02 -0400
commit3ec92b8c60c8884f2e093dd77ab6f4760affe25f (patch)
tree40e30169c14b93d9f560e8be5c619ce3d078b10a /webapp/components/team_general_tab.jsx
parent5c70635bcd60f9082e7f69e27e7d45dcb4143c1b (diff)
downloadchat-3ec92b8c60c8884f2e093dd77ab6f4760affe25f.tar.gz
chat-3ec92b8c60c8884f2e093dd77ab6f4760affe25f.tar.bz2
chat-3ec92b8c60c8884f2e093dd77ab6f4760affe25f.zip
UI text upgrades (#3375)
* Clarifying auth user join button * Update team_general_tab.jsx * Update generated_setting.jsx * Update public_link_settings.jsx * Update signup_settings.jsx * Update login_settings.jsx * Update team_general_tab.jsx * Update en.json * Clarifying help text * Clarifying help text
Diffstat (limited to 'webapp/components/team_general_tab.jsx')
-rw-r--r--webapp/components/team_general_tab.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/team_general_tab.jsx b/webapp/components/team_general_tab.jsx
index 242e1f15c..2814119c6 100644
--- a/webapp/components/team_general_tab.jsx
+++ b/webapp/components/team_general_tab.jsx
@@ -42,7 +42,7 @@ const holders = defineMessages({
},
openInviteTitle: {
id: 'general_tab.openInviteTitle',
- defaultMessage: 'Allow anyone to join this team'
+ defaultMessage: 'Allow any user with an account on this server to join this team'
},
codeTitle: {
id: 'general_tab.codeTitle',
@@ -371,7 +371,7 @@ class GeneralTab extends React.Component {
>
<FormattedMessage
id='general_tab.regenerate'
- defaultMessage='Re-Generate'
+ defaultMessage='Regenerate'
/>
</a>
</div>