1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Remove transition key (#15766)

This commit is contained in:
Colton Hurst
2025-07-24 16:20:57 -04:00
committed by GitHub
parent 1f73ff17ed
commit 9826f0ab0a
2 changed files with 2 additions and 2 deletions

View File

@@ -495,7 +495,7 @@
formControlName="enableAutotype"
(change)="saveEnableAutotype()"
/>
{{ "enableAutotypeTransitionKey" | i18n }}
{{ "enableAutotype" | i18n }}
</label>
</div>
<small class="help-block"

View File

@@ -4006,7 +4006,7 @@
}
}
},
"enableAutotypeTransitionKey": {
"enableAutotype": {
"message": "Enable Autotype"
},
"enableAutotypeDescription": {