Skip to content

Commit 0737c65

Browse files
gbubemismithTodd Martin
authored and
Todd Martin
committed
corrected typos (#3633)
(cherry picked from commit 2c68518)
1 parent 1eec3c9 commit 0737c65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: apps/web/src/app/accounts/login/login-with-device.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h4 class="tw-font-semibold">{{ "fingerprintPhraseHeader" | i18n }}</h4>
3636
<hr />
3737

3838
<div class="tw-text-light tw-mt-3">
39-
{{ "loginWithDevciceEnabledInfo" | i18n }}
39+
{{ "loginWithDeviceEnabledInfo" | i18n }}
4040
<a routerLink="/login">{{ "viewAllLoginOptions" | i18n }}</a>
4141
</div>
4242
</div>

Diff for: apps/web/src/locales/en/messages.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@
572572
"loginWithDevice" : {
573573
"message": "Log in with device"
574574
},
575-
"loginWithDevciceEnabledInfo": {
576-
"message": "Log in with device must be enabled in the settings of the Biwarden mobile app. Need another option?"
575+
"loginWithDeviceEnabledInfo": {
576+
"message": "Log in with device must be enabled in the settings of the Bitwarden mobile app. Need another option?"
577577
},
578578
"createAccount": {
579579
"message": "Create Account"

0 commit comments

Comments
 (0)