Skip to content

Commit

Permalink
corrected typos (#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbubemismith committed Sep 27, 2022
1 parent cb74682 commit 2c68518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h4 class="tw-font-semibold">{{ "fingerprintPhraseHeader" | i18n }}</h4>
<hr />

<div class="tw-text-light tw-mt-3">
{{ "loginWithDevciceEnabledInfo" | i18n }}
{{ "loginWithDeviceEnabledInfo" | i18n }}
<a routerLink="/login">{{ "viewAllLoginOptions" | i18n }}</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c68518

Please sign in to comment.