mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
17 lines
412 B
Handlebars
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}} > <span class="empty-topic-display">{{empty_string_topic_display_name}}</span>
|
|
{{~else~}}
|
|
{{label_text}}
|
|
{{~/if}}
|
|
{{~/inline}}
|
|
{{/tr}}
|
|
{{/if}}
|