1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +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 GitHub
parent 5dc49f21d2
commit 136705ac08
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],