1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +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" formControlName="enableAutotype"
(change)="saveEnableAutotype()" (change)="saveEnableAutotype()"
/> />
{{ "enableAutotypeTransitionKey" | i18n }} {{ "enableAutotype" | i18n }}
</label> </label>
</div> </div>
<small class="help-block" <small class="help-block"

View File

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