mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fix: update trusted devices radio button label, refs AC-1537 (#5903)
This commit is contained in:
parent
72a6fa1f7d
commit
5756aa851b
@ -6824,8 +6824,8 @@
|
|||||||
"updateKdfSettings": {
|
"updateKdfSettings": {
|
||||||
"message": "Update KDF settings"
|
"message": "Update KDF settings"
|
||||||
},
|
},
|
||||||
"trustedDeviceEncryption": {
|
"trustedDevices": {
|
||||||
"message": "Trusted device encryption"
|
"message": "Trusted devices"
|
||||||
},
|
},
|
||||||
"memberDecryptionTdeDescriptionPartOne": {
|
"memberDecryptionTdeDescriptionPartOne": {
|
||||||
"message": "Once authenticated, members will decrypt vault data using a key stored on their device. The",
|
"message": "Once authenticated, members will decrypt vault data using a key stored on their device. The",
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
*ngIf="showTdeOptions"
|
*ngIf="showTdeOptions"
|
||||||
>
|
>
|
||||||
<bit-label>
|
<bit-label>
|
||||||
{{ "trustedDeviceEncryption" | i18n }}
|
{{ "trustedDevices" | i18n }}
|
||||||
</bit-label>
|
</bit-label>
|
||||||
<bit-hint>
|
<bit-hint>
|
||||||
{{ "memberDecryptionTdeDescriptionPartOne" | i18n }}
|
{{ "memberDecryptionTdeDescriptionPartOne" | i18n }}
|
||||||
|
Loading…
Reference in New Issue
Block a user