settings: Remove tooltip for user settings -> full name.

It's hinted in the registation process, and as long as one person in the
realm does it, everyone else will know. The tooltip also draws too much
visual attention.
This commit is contained in:
Rishi Gupta 2017-07-17 19:38:31 -07:00 committed by Tim Abbott
parent 481c85fb48
commit ace67c6669
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@
<i class="icon-vector-question-sign change_name_tooltip" data-toggle="tooltip" <i class="icon-vector-question-sign change_name_tooltip" data-toggle="tooltip"
{{#unless page_params.realm_name_changes_disabled}}style="display:none" {{/unless}} {{#unless page_params.realm_name_changes_disabled}}style="display:none" {{/unless}}
title="{{t 'Changing your name has been disabled by your Zulip organization administrators. Contact an administrator for help.' }}"/> title="{{t 'Changing your name has been disabled by your Zulip organization administrators. Contact an administrator for help.' }}"/>
<i class="icon-vector-question-sign change_name_tooltip" data-toggle="tooltip"
{{#if page_params.realm_name_changes_disabled}}style="display:none" {{/if}}
title="{{t 'Zulip has full unicode support, so you can spell your name exactly how you want it to appear.' }}"/>
<div class="warning"></div> <div class="warning"></div>
</div> </div>