Update help text in privacy_settings.jsx

help text for "show full name" updated.
This commit is contained in:
Eric Sethna
2015-12-15 16:07:35 -07:00
parent e35a5947e6
commit b5de27a9c8

View File

@@ -132,7 +132,7 @@ export default class PrivacySettings extends React.Component {
/>
{'false'}
</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>