Update help text in privacy_settings.jsx

help text for "show full name" updated.
Этот коммит содержится в:
Eric Sethna
2015-12-15 16:07:35 -07:00
родитель e35a5947e6
Коммит b5de27a9c8

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

@@ -132,7 +132,7 @@ export default class PrivacySettings extends React.Component {
/> />
{'false'} {'false'}
</label> </label>
<p className='help-text'>{'When false, hides full name of users from other users including team owner and team administrators.'}</p> <p className='help-text'>{'When false, hides full name of users from other users, including team owners and team administrators. Username is shown in place of full name.'}</p>
</div> </div>
</div> </div>