Files
zulip/web/templates/reply_recipient_label.hbs
2025-09-26 11:07:48 -07:00

17 lines
412 B
Handlebars

{{#if is_dm_with_self}}
{{#tr}}
Write yourself a note
{{/tr}}
{{else}}
{{#tr}}
Message <z-recipient-label></z-recipient-label>
{{#*inline "z-recipient-label"}}
{{#if has_empty_string_topic~}}
#{{channel_name}} &gt; <span class="empty-topic-display">{{empty_string_topic_display_name}}</span>
{{~else~}}
{{label_text}}
{{~/if}}
{{~/inline}}
{{/tr}}
{{/if}}