Files
zulip/web/templates/stream_topic_widget.hbs
Prakhar Pratyush 9402b59a29 unstar_topic_messages: Show realm_empty_topic_display_name for topic="".
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.
2025-01-10 14:32:55 -08:00

4 lines
204 B
Handlebars

<strong>
<span class="stream">{{stream_name}}</span> &gt; <span class="topic white-space-preserve-wrap {{#if is_empty_string_topic}}empty-topic-display{{/if}}">{{topic_display_name}}</span>
</strong>