1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-26182] - [Defect] [Browser] Safari - Autofill on page load default setting is missing yes or no (#16605)

* handle parenthesis translation

* add whitespace around placeholder with parentheses

* fix test

* fix label

* fix spec
This commit is contained in:
Jordan Aasen
2025-11-04 10:59:00 -08:00
committed by GitHub
parent 92118e525d
commit d364dfdda0
5 changed files with 20 additions and 7 deletions

View File

@@ -4974,6 +4974,16 @@
}
}
},
"defaultLabelWithValue": {
"message": "Default ( $VALUE$ )",
"description": "A label that indicates the default value for a field with the current default value in parentheses.",
"placeholders": {
"value": {
"content": "$1",
"example": "Base domain"
}
}
},
"showMatchDetection": {
"message": "Show match detection $WEBSITE$",
"placeholders": {