mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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.
8 lines
387 B
Handlebars
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>
|