mirror of https://github.com/zulip/zulip.git
stream_settings: Use tippy for tooltip.
This commit is contained in:
parent
93b852ea37
commit
ffeb29db6a
|
@ -20,9 +20,8 @@
|
|||
</p>
|
||||
{{/if}}
|
||||
{{#if (eq setting_name "push_notifications")}}
|
||||
<i class="fa fa-question-circle settings-info-icon {{#unless disabled_realm_setting}}hide{{/unless}}"
|
||||
data-toggle="tooltip"
|
||||
title="{{t 'Mobile push notifications are not configured on this server.' }}">
|
||||
<i class="fa fa-question-circle settings-info-icon {{#unless disabled_realm_setting}}hide{{/unless}} tippy-zulip-tooltip"
|
||||
data-tippy-content="{{t 'Mobile push notifications are not configured on this server.' }}">
|
||||
</i>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue