From 2c68518f875518257e87dd8bf6e47c4f191950a2 Mon Sep 17 00:00:00 2001 From: Gbubemi Smith Date: Tue, 27 Sep 2022 19:10:19 +0100 Subject: [PATCH] corrected typos (#3633) --- .../src/app/accounts/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/accounts/login/login-with-device.component.html b/apps/web/src/app/accounts/login/login-with-device.component.html index 3105a639ad35..3e5f48d597c9 100644 --- a/apps/web/src/app/accounts/login/login-with-device.component.html +++ b/apps/web/src/app/accounts/login/login-with-device.component.html @@ -36,7 +36,7 @@

{{ "fingerprintPhraseHeader" | i18n }}


- {{ "loginWithDevciceEnabledInfo" | i18n }} + {{ "loginWithDeviceEnabledInfo" | i18n }} {{ "viewAllLoginOptions" | i18n }}
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 3b8c2f772d7b..efced93ca437 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -572,8 +572,8 @@ "loginWithDevice" : { "message": "Log in with device" }, - "loginWithDevciceEnabledInfo": { - "message": "Log in with device must be enabled in the settings of the Biwarden mobile app. Need another option?" + "loginWithDeviceEnabledInfo": { + "message": "Log in with device must be enabled in the settings of the Bitwarden mobile app. Need another option?" }, "createAccount": { "message": "Create Account"