1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

[PM-1693] Login with Device page text update (#5650)

* remove 'mobile' from sentence

* Revert "remove 'mobile' from sentence"

This reverts commit 62b8546cb6.

* update text and change key
This commit is contained in:
rr-bw
2023-07-11 13:21:42 -07:00
committed by GitHub
parent a1f6d19ab7
commit 259687d3fb
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
<hr /> <hr />
<div class="tw-text-light tw-mt-3"> <div class="tw-text-light tw-mt-3">
{{ "loginWithDeviceEnabledInfo" | i18n }} {{ "loginWithDeviceEnabledNote" | i18n }}
<a routerLink="/login">{{ "viewAllLoginOptions" | i18n }}</a> <a routerLink="/login">{{ "viewAllLoginOptions" | i18n }}</a>
</div> </div>
</div> </div>

View File

@@ -619,8 +619,8 @@
"loginWithDevice": { "loginWithDevice": {
"message": "Log in with device" "message": "Log in with device"
}, },
"loginWithDeviceEnabledInfo": { "loginWithDeviceEnabledNote": {
"message": "Log in with device must be set up in the settings of the Bitwarden mobile app. Need another option?" "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
}, },
"loginWithMasterPassword": { "loginWithMasterPassword": {
"message": "Log in with master password" "message": "Log in with master password"