Merge pull request #1929 from esethna/patch-54

Update team_general_tab.jsx
Этот коммит содержится в:
Joram Wilander
2016-01-22 11:07:27 -05:00
родитель 5d14ab7174 051e06d4c1
Коммит 48f1e8934e

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

@@ -66,7 +66,7 @@ export default class GeneralTab extends React.Component {
handleTeamListingRadio(listing) {
if (global.window.mm_config.EnableTeamListing !== 'true' && listing) {
this.setState({clientError: 'Team directory has been disabled. Please ask a system admin to enable it.'});
this.setState({clientError: 'Team Directory has been disabled. Please ask a System Admin to enable the Team Directory in the System Console team settings.'});
} else {
this.setState({allow_team_listing: listing});
}