1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[AC-1233] Fix description of auto-fill on page load policy (#5161)

This commit is contained in:
Thomas Rittson
2023-04-07 07:55:55 +10:00
committed by GitHub
parent cf2d8b266a
commit 94db1db432
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import {
export class ActivateAutofillPolicy extends BasePolicy {
name = "activateAutofill";
description = "activateAutofillDesc";
description = "activateAutofillPolicyDesc";
type = PolicyType.ActivateAutofill;
component = ActivateAutofillPolicyComponent;