From d5ad673deea9f3306e7a6fae53630729c7e77bc2 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:57:15 +0000 Subject: [PATCH] Use a different `l10n` string for sites opened in no container https://github.com/mozilla/multi-account-containers/pull/2391 --- src/_locales/en/messages.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 65d11be..7cbcd60 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -257,13 +257,17 @@ "description": "This is the title of a confirmation page. Please do not translate \"Multi-Account Containers\"." }, "openInContainer": { - "message": "Open in $containerName$ Container", + "message": "Open in $containerName$ container", "placeholders": { "containerName": { "content": "$1" } } }, + "openInNoContainer": { + "message": "Open in current tab", + "description": "This is the button text in confirmation page when we are not inside a container" + }, "youAskedFirefox": { "message": "You asked Firefox to always open $containerName$ for this site:", "placeholders": {