From bc0bee1ea91eea9076cf70e10be56866bc8674b3 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Tue, 4 Nov 2025 21:20:21 +0000 Subject: [PATCH] fix: Add missing translation key for delete message action --- webview-ui/src/i18n/locales/en/chat.json | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/i18n/locales/en/chat.json b/webview-ui/src/i18n/locales/en/chat.json index 6f47f040c6..a64d0fd8e2 100644 --- a/webview-ui/src/i18n/locales/en/chat.json +++ b/webview-ui/src/i18n/locales/en/chat.json @@ -246,6 +246,7 @@ "feedback": { "youSaid": "You said" }, + "deleteMessageAndSubsequent": "Delete message and subsequent nodes", "mcp": { "wantsToUseTool": "Roo wants to use a tool on the {{serverName}} MCP server", "wantsToAccessResource": "Roo wants to access a resource on the {{serverName}} MCP server"