mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
This commit adds support to display `realm_empty_topic_display_name` value in the confirm dialog for unstar all messages in topic, for topics having the actual value of empty string.
4 lines
204 B
Handlebars
4 lines
204 B
Handlebars
<strong>
|
|
<span class="stream">{{stream_name}}</span> > <span class="topic white-space-preserve-wrap {{#if is_empty_string_topic}}empty-topic-display{{/if}}">{{topic_display_name}}</span>
|
|
</strong>
|