1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-26567] Refactor autotype transition key (#16763)

This commit is contained in:
Colton Hurst
2025-10-06 19:54:12 -04:00
committed by GitHub
parent 24e159250b
commit 5e5813523f
2 changed files with 2 additions and 2 deletions

View File

@@ -350,7 +350,7 @@
</div>
<small class="help-block" *ngIf="form.value.enableAutotype">
<b>{{ "important" | i18n }}</b>
{{ "enableAutotypeDescriptionTransitionKey" | i18n }}
{{ "enableAutotypeShortcutDescription" | i18n }}
<a
class="settings-link"
tabindex="0"

View File

@@ -4135,7 +4135,7 @@
"enableAutotypeShortcutPreview": {
"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."
},
"editShortcut": {