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 }}