mirror of https://github.com/zulip/zulip.git
message_view_header: Update tooltip over stream name in top bar.
In this commit, we update the formatting of the tooltip over the stream name to match other two line tooltips in the app. We also remove the stream privacy icon from the tooltip, as it is already displayed in the message view header.
This commit is contained in:
parent
9a6cfc1b82
commit
7bb1007884
|
@ -4,13 +4,10 @@
|
|||
</a>
|
||||
<template id="stream-details-tooltip-template">
|
||||
<div>
|
||||
<div>
|
||||
{{#tr}}
|
||||
Go to <z-stream></z-stream> settings
|
||||
{{#*inline "z-stream"}}{{> inline_decorated_stream_name stream=stream}}{{/inline}}
|
||||
{{/tr}}
|
||||
<div>{{t "Go to stream settings" }}</div>
|
||||
<div class="tooltip-inner-content italic">
|
||||
{{t "This stream has {sub_count, plural, =0 {no subscribers} one {# subscriber} other {# subscribers}}." }}
|
||||
</div>
|
||||
<div class="tooltip-inner-content">{{t "{sub_count, plural, =0 {No subscribers} one {# subscriber} other {# subscribers}}" }}</div>
|
||||
</div>
|
||||
</template>
|
||||
<span class="narrow_description rendered_markdown">
|
||||
|
|
Loading…
Reference in New Issue