Files
zulip/web/templates/confirm_dialog/confirm_merge_topics_with_rename.hbs
Prakhar Pratyush 79da2e38c5 confirm_merge_topics: Show realm_empty_topic_display_name for topic="".
This commit adds support to display `realm_empty_topic_display_name`
value in the confirm_merge_topics_with_rename modal for topics having
the actual value of empty string.
2025-01-14 13:52:54 -08:00

8 lines
387 B
Handlebars

<p>
{{#tr}}
The topic <z-topic-name>{topic_display_name}</z-topic-name> already exists in this channel.
Are you sure you want to combine messages from these topics? This cannot be undone.
{{#*inline "z-topic-name"}}<strong class="white-space-preserve-wrap {{#if is_empty_string_topic}}empty-topic-display{{/if}}">{{> @partial-block}}</strong>{{/inline}}
{{/tr}}
</p>