1
0
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:
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> </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"

View File

@@ -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": {