1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

Refactor autofill policy naming and update related translations (#18628)

- Renamed `activateAutofill` to `activateAutofillPolicy` in the policy order map and component.
- Updated corresponding translation keys in `messages.json` for consistency.
- Adjusted warning message in the `activate-autofill.component.html` to reflect the new naming convention.
This commit is contained in:
Jared
2026-01-28 12:27:16 -05:00
committed by jaasen-livefront
parent de2f4a04fc
commit 97eee2edb9
4 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ const POLICY_ORDER_MAP = new Map<string, number>([
["removeUnlockWithPinPolicyTitle", 10],
["passwordGenerator", 11],
["uriMatchDetectionPolicy", 12],
["activateAutofill", 13],
["activateAutofillPolicy", 13],
["sendOptions", 14],
["disableSend", 15],
["restrictedItemTypePolicy", 16],