1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

Refactor the Autotype Checkbox Name (#15753)

* Refactor the autofill checkbox name

* Refactor the autofill checkbox name one more time

* Create transition key
This commit is contained in:
Colton Hurst
2025-07-24 15:45:03 -04:00
committed by GitHub
parent 4766efd938
commit ebc6f9fea3
2 changed files with 3 additions and 3 deletions

View File

@@ -495,7 +495,7 @@
formControlName="enableAutotype" formControlName="enableAutotype"
(change)="saveEnableAutotype()" (change)="saveEnableAutotype()"
/> />
{{ "enableAutotype" | i18n }} {{ "enableAutotypeTransitionKey" | i18n }}
</label> </label>
</div> </div>
<small class="help-block" <small class="help-block"

View File

@@ -4006,8 +4006,8 @@
} }
} }
}, },
"enableAutotype": { "enableAutotypeTransitionKey": {
"message": "Enable autotype shortcut" "message": "Enable Autotype"
}, },
"enableAutotypeDescription": { "enableAutotypeDescription": {
"message": "Bitwarden does not validate input locations, be sure you are in the right window and field before using the shortcut." "message": "Bitwarden does not validate input locations, be sure you are in the right window and field before using the shortcut."