diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 50464b2edd..8802b83b31 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -1338,6 +1338,22 @@
"messageformat": "All messages in this chat will be deleted from all your devices. You can still search for this chat after you delete messages.",
"description": "Description for confirmation modal to delete all messages in a conversation"
},
+ "icu:deleteConversation": {
+ "messageformat": "Delete",
+ "description": "Menu item for deleting a conversation (including messages), title case."
+ },
+ "icu:ConversationHeader__DeleteConversationConfirmation__title": {
+ "messageformat": "Delete chat?",
+ "description": "Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title. Previously known as icu:ConversationHeader__DeleteMessagesConfirmation__title"
+ },
+ "icu:ConversationHeader__DeleteConversationConfirmation__description": {
+ "messageformat": "All messages in this chat will be deleted from this device.",
+ "description": "Description for confirmation modal to delete a conversation"
+ },
+ "icu:ConversationHeader__DeleteConversationConfirmation__description-with-sync": {
+ "messageformat": "All messages in this chat will be deleted from all your devices.",
+ "description": "Description for confirmation modal to delete a conversation"
+ },
"icu:ConversationHeader__ContextMenu__LeaveGroupAction__title": {
"messageformat": "Leave group",
"description": "This is a button to leave a group"
diff --git a/ts/components/conversation/ConversationHeader.tsx b/ts/components/conversation/ConversationHeader.tsx
index 24a86d6456..62a1a7909d 100644
--- a/ts/components/conversation/ConversationHeader.tsx
+++ b/ts/components/conversation/ConversationHeader.tsx
@@ -654,7 +654,7 @@ function HeaderMenu({
)}
);
@@ -792,7 +792,7 @@ function HeaderMenu({
)}
{isGroup && (