1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +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"
(change)="saveEnableAutotype()"
/>
{{ "enableAutotype" | i18n }}
{{ "enableAutotypeTransitionKey" | i18n }}
</label>
</div>
<small class="help-block"

View File

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