mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
drafts: Use span instead of em for placeholders without DM recipient.
The `em` tag is typically used to denote emphasis, which may not be semantically appropriate for placeholder text, where we just want to style the text as italic.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
{{#if has_recipient_data}}
|
{{#if has_recipient_data}}
|
||||||
<span class="private_message_header_name">{{t "You and {recipients}" }}</span>
|
<span class="private_message_header_name">{{t "You and {recipients}" }}</span>
|
||||||
{{else}}
|
{{else}}
|
||||||
<em>{{t "No DM recipients" }}</em>
|
<span class="drafts-unknown-msg-header-field">{{t "No DM recipients" }}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user