mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
tooltip: Change tooltip info for default topic menu option.
Earlier tooltip info for the default topic menu notification option had static string to display. This commit changes the string info and includes channel name and its corresponding privacy icon to display in the tooltip.
This commit is contained in:
committed by
Tim Abbott
parent
4ef7394df4
commit
1ccf5e3ac3
@@ -70,8 +70,8 @@
|
||||
<i class="zulip-icon zulip-icon-mute-new recipient_bar_icon" data-tippy-content="{{t 'You have muted this topic.'}}"
|
||||
role="button" tabindex="0" aria-haspopup="true" aria-label="{{t 'You have muted this topic' }}"></i>
|
||||
{{else}}
|
||||
<i class="zulip-icon zulip-icon-inherit recipient_bar_icon" data-tippy-content="{{t 'You will get default notifications for this topic.'}}"
|
||||
role="button" tabindex="0" aria-haspopup="true" aria-label="{{t 'You will get default notifications for this topic' }}"></i>
|
||||
<i class="zulip-icon zulip-icon-inherit recipient_bar_icon"
|
||||
role="button" tabindex="0" aria-haspopup="true" aria-label="{{t 'Notifications are based on your configuration for #{stream_name}' }}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user