From 259687d3fb9eda5963ea5fcaf00307a1cf6a8cc3 Mon Sep 17 00:00:00 2001 From: rr-bw <102181210+rr-bw@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:21:42 -0700 Subject: [PATCH] [PM-1693] Login with Device page text update (#5650) * remove 'mobile' from sentence * Revert "remove 'mobile' from sentence" This reverts commit 62b8546cb6659ba98737a104d7e259b47e8c2aea. * update text and change key --- apps/web/src/app/auth/login/login-with-device.component.html | 2 +- apps/web/src/locales/en/messages.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/auth/login/login-with-device.component.html b/apps/web/src/app/auth/login/login-with-device.component.html index feb6fc10e81..f190f8f5c6e 100644 --- a/apps/web/src/app/auth/login/login-with-device.component.html +++ b/apps/web/src/app/auth/login/login-with-device.component.html @@ -38,7 +38,7 @@
- {{ "loginWithDeviceEnabledInfo" | i18n }} + {{ "loginWithDeviceEnabledNote" | i18n }} {{ "viewAllLoginOptions" | i18n }}
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index f8857176a84..42f15b402dd 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -619,8 +619,8 @@ "loginWithDevice": { "message": "Log in with device" }, - "loginWithDeviceEnabledInfo": { - "message": "Log in with device must be set up in the settings of the Bitwarden mobile app. Need another option?" + "loginWithDeviceEnabledNote": { + "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?" }, "loginWithMasterPassword": { "message": "Log in with master password"