From 4f5188f3ba55916db3d74345abbbe651e2e8be78 Mon Sep 17 00:00:00 2001 From: Anton Dudakov Date: Fri, 21 Feb 2025 16:18:56 +0400 Subject: [PATCH] adds copy for the name of a shortcut to reopen current tab in a specific container --- en/messages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/messages.json b/en/messages.json index 1688ca0..4fac96b 100644 --- a/en/messages.json +++ b/en/messages.json @@ -419,6 +419,15 @@ } } }, + "reopenInContainerShortcut": { + "message": "Reopen in Container $keyId$", + "description": "The keyboard shortcut description for reopening current tab in container number $keyId$", + "placeholders": { + "keyId": { + "content": "$1" + } + } + }, "openBookmarkInContainerTab": { "message": "Open Bookmark in Container Tab" },