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:
@@ -495,7 +495,7 @@
|
||||
formControlName="enableAutotype"
|
||||
(change)="saveEnableAutotype()"
|
||||
/>
|
||||
{{ "enableAutotype" | i18n }}
|
||||
{{ "enableAutotypeTransitionKey" | i18n }}
|
||||
</label>
|
||||
</div>
|
||||
<small class="help-block"
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user