mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[PM-26567] Refactor autotype transition key (#16763)
This commit is contained in:
@@ -350,7 +350,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<small class="help-block" *ngIf="form.value.enableAutotype">
|
<small class="help-block" *ngIf="form.value.enableAutotype">
|
||||||
<b>{{ "important" | i18n }}</b>
|
<b>{{ "important" | i18n }}</b>
|
||||||
{{ "enableAutotypeDescriptionTransitionKey" | i18n }}
|
{{ "enableAutotypeShortcutDescription" | i18n }}
|
||||||
<a
|
<a
|
||||||
class="settings-link"
|
class="settings-link"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
|
|||||||
@@ -4135,7 +4135,7 @@
|
|||||||
"enableAutotypeShortcutPreview": {
|
"enableAutotypeShortcutPreview": {
|
||||||
"message": "Enable autotype shortcut (Feature Preview)"
|
"message": "Enable autotype shortcut (Feature Preview)"
|
||||||
},
|
},
|
||||||
"enableAutotypeDescriptionTransitionKey": {
|
"enableAutotypeShortcutDescription": {
|
||||||
"message": "Be sure you are in the correct field before using the shortcut to avoid filling data into the wrong place."
|
"message": "Be sure you are in the correct field before using the shortcut to avoid filling data into the wrong place."
|
||||||
},
|
},
|
||||||
"editShortcut": {
|
"editShortcut": {
|
||||||
|
|||||||
Reference in New Issue
Block a user