Этот коммит содержится в:
it33
2015-09-25 21:01:42 -07:00
родитель 0c27f8e584
Коммит 84e3c816d6

Просмотреть файл

@@ -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>