From 5756aa851b51f29c97b6c620ff9a02e22b722f55 Mon Sep 17 00:00:00 2001
From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Date: Thu, 3 Aug 2023 08:05:15 -0500
Subject: [PATCH] fix: update trusted devices radio button label, refs AC-1537
(#5903)
---
apps/web/src/locales/en/messages.json | 4 ++--
bitwarden_license/bit-web/src/app/auth/sso/sso.component.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json
index 86641c9f60..54253b5cbe 100644
--- a/apps/web/src/locales/en/messages.json
+++ b/apps/web/src/locales/en/messages.json
@@ -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",
diff --git a/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html b/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html
index b14af43cae..4eedc89d6e 100644
--- a/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html
+++ b/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html
@@ -78,7 +78,7 @@
*ngIf="showTdeOptions"
>
- {{ "trustedDeviceEncryption" | i18n }}
+ {{ "trustedDevices" | i18n }}
{{ "memberDecryptionTdeDescriptionPartOne" | i18n }}