summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console/team_settings.jsx
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-25 21:01:42 -0700
committerit33 <iantien@gmail.com>2015-09-25 21:01:42 -0700
commit84e3c816d624b938dcfb378a33c87f3407d541db (patch)
treeda5fbac05d8eba73a68a577b1cef4fdad8daf043 /web/react/components/admin_console/team_settings.jsx
parent0c27f8e58489a675ea33845104c63b619f446382 (diff)
downloadchat-84e3c816d624b938dcfb378a33c87f3407d541db.tar.gz
chat-84e3c816d624b938dcfb378a33c87f3407d541db.tar.bz2
chat-84e3c816d624b938dcfb378a33c87f3407d541db.zip
Update team_settings.jsx
Diffstat (limited to 'web/react/components/admin_console/team_settings.jsx')
-rw-r--r--web/react/components/admin_console/team_settings.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/admin_console/team_settings.jsx b/web/react/components/admin_console/team_settings.jsx
index 3e0890f98..0f6f819d3 100644
--- a/web/react/components/admin_console/team_settings.jsx
+++ b/web/react/components/admin_console/team_settings.jsx
@@ -117,7 +117,7 @@ export default class TeamSettings extends React.Component {
defaultValue={this.props.config.TeamSettings.MaxUsersPerTeam}
onChange={this.handleChange}
/>
- <p className='help-text'>{'Maximum number of users per team.'}</p>
+ <p className='help-text'>{'Maximum total number of users per team, including both active and inactive users.'}</p>
</div>
</div>
@@ -150,7 +150,7 @@ export default class TeamSettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'When false the ability to create teams is disabled. The create team button displays error when pressed.'}</p>
+ <p className='help-text'>{'When false, the ability to create teams is disabled. The create team button displays error when pressed.'}</p>
</div>
</div>
@@ -183,7 +183,7 @@ export default class TeamSettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'When false the ability to create accounts is disabled. The create account button displays error when pressed.'}</p>
+ <p className='help-text'>{'When false, the ability to create accounts is disabled. The create account button displays error when pressed.'}</p>
</div>
</div>