Browse Source

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

pull/5951/head
Vincent Salucci 2 years ago committed by GitHub
parent
commit
5756aa851b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/web/src/locales/en/messages.json
  2. 2
      bitwarden_license/bit-web/src/app/auth/sso/sso.component.html

4
apps/web/src/locales/en/messages.json

@ -6824,8 +6824,8 @@ @@ -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",

2
bitwarden_license/bit-web/src/app/auth/sso/sso.component.html

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

Loading…
Cancel
Save