fix: update trusted devices radio button label, refs AC-1537 (#5903)

This commit is contained in:
Vincent Salucci 2023-08-03 08:05:15 -05:00 committed by GitHub
parent 72a6fa1f7d
commit 5756aa851b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -78,7 +78,7 @@
*ngIf="showTdeOptions"
>
<bit-label>
{{ "trustedDeviceEncryption" | i18n }}
{{ "trustedDevices" | i18n }}
</bit-label>
<bit-hint>
{{ "memberDecryptionTdeDescriptionPartOne" | i18n }}