diff --git a/apps/web/src/app/auth/settings/security/device-management.component.html b/apps/web/src/app/auth/settings/security/device-management.component.html
index 6bae88fac51..743414aac41 100644
--- a/apps/web/src/app/auth/settings/security/device-management.component.html
+++ b/apps/web/src/app/auth/settings/security/device-management.component.html
@@ -21,7 +21,7 @@
-
{{ "deviceListDescription" | i18n }}
+ {{ "deviceListDescriptionTemp" | i18n }}
@@ -63,13 +63,14 @@
}}
{{ row.firstLogin | date: "medium" }} |
-
+
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json
index 3536e9339b3..001918ef495 100644
--- a/apps/web/src/locales/en/messages.json
+++ b/apps/web/src/locales/en/messages.json
@@ -9995,6 +9995,9 @@
"deviceListDescription": {
"message": "Your account was logged in to each of the devices below. If you do not recognize a device, remove it now."
},
+ "deviceListDescriptionTemp": {
+ "message": "Your account was logged in to each of the devices below."
+ },
"claimedDomains": {
"message": "Claimed domains"
},
|