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