From b894df61a4ccc33e0b49a2318ef4d1470de6140b Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Wed, 24 Sep 2025 16:43:40 +0530 Subject: [PATCH] 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. --- web/templates/draft.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/draft.hbs b/web/templates/draft.hbs index 849591002a..5342f1788a 100644 --- a/web/templates/draft.hbs +++ b/web/templates/draft.hbs @@ -34,7 +34,7 @@ {{#if has_recipient_data}} {{t "You and {recipients}" }} {{else}} - {{t "No DM recipients" }} + {{t "No DM recipients" }} {{/if}} {{/if}}