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:
@@ -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"
|
||||||
|
|||||||
@@ -4006,7 +4006,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enableAutotypeTransitionKey": {
|
"enableAutotype": {
|
||||||
"message": "Enable Autotype"
|
"message": "Enable Autotype"
|
||||||
},
|
},
|
||||||
"enableAutotypeDescription": {
|
"enableAutotypeDescription": {
|
||||||
|
|||||||
Reference in New Issue
Block a user