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:
@@ -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"
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user