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:
parent
27d7e22add
commit
d5ad673dee
1 changed files with 5 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue