mirror of https://github.com/zulip/zulip.git
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:
parent
481c85fb48
commit
ace67c6669
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue