Use a different l10n string for sites opened in no container

https://github.com/mozilla/multi-account-containers/pull/2391
This commit is contained in:
BPower0036 2022-08-08 07:57:15 +00:00 committed by GitHub
parent 27d7e22add
commit d5ad673dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,13 +257,17 @@
"description": "This is the title of a confirmation page. Please do not translate \"Multi-Account Containers\"." "description": "This is the title of a confirmation page. Please do not translate \"Multi-Account Containers\"."
}, },
"openInContainer": { "openInContainer": {
"message": "Open in $containerName$ Container", "message": "Open in $containerName$ container",
"placeholders": { "placeholders": {
"containerName": { "containerName": {
"content": "$1" "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": { "youAskedFirefox": {
"message": "You asked Firefox to always open $containerName$ for this site:", "message": "You asked Firefox to always open $containerName$ for this site:",
"placeholders": { "placeholders": {