1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

Update "linked" to use "cfTypeLinked" message. (#10841)

Co-authored-by: Shane Melton <smelton@bitwarden.com>
This commit is contained in:
Alec Rippberger 2024-09-07 21:20:39 -05:00 committed by GitHub
parent e3fc4547ae
commit ee738ac36a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@
<bit-label> {{ field.name }} </bit-label> <bit-label> {{ field.name }} </bit-label>
</bit-form-control> </bit-form-control>
<bit-form-field *ngIf="field.type === fieldType.Linked" [disableReadOnlyBorder]="last"> <bit-form-field *ngIf="field.type === fieldType.Linked" [disableReadOnlyBorder]="last">
<bit-label> {{ "linked" | i18n }}: {{ field.name }} </bit-label> <bit-label> {{ "cfTypeLinked" | i18n }}: {{ field.name }} </bit-label>
<input <input
readonly readonly
bitInput bitInput