corrected typos (#3633)
This commit is contained in:
parent
cb746824e8
commit
2c68518f87
|
@ -36,7 +36,7 @@
|
|||
<hr />
|
||||
|
||||
<div class="tw-text-light tw-mt-3">
|
||||
{{ "loginWithDevciceEnabledInfo" | i18n }}
|
||||
{{ "loginWithDeviceEnabledInfo" | i18n }}
|
||||
<a routerLink="/login">{{ "viewAllLoginOptions" | i18n }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue