You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontends/web/src/locales/en/app.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -488,8 +488,8 @@
488
488
},
489
489
"confirmOnDevice": "Please confirm on your device.",
490
490
"connectKeystore": {
491
-
"promptNoName": "Please connect your BitBox02",
492
-
"promptWithName": "Please connect your BitBox02 named \"{{name}}\""
491
+
"promptNoName": "Please connect your BitBox02 to continue",
492
+
"promptWithName": "Please connect your BitBox02 named \"{{name}}\" to continue"
493
493
},
494
494
"darkmode": {
495
495
"toggle": "Dark mode"
@@ -611,7 +611,8 @@
611
611
"aoppUnsupportedFormat": "There are no available accounts that support the requested address format.",
612
612
"aoppUnsupportedKeystore": "The connected device cannot sign messages for this asset.",
613
613
"aoppVersion": "Unknown version.",
614
-
"wrongKeystore": "Wrong wallet connected - please make sure to insert the correct device matching this account. If you use the optional passphrase, make sure to use the passphrase matching this account."
614
+
"wrongKeystore": "Wrong wallet connected. Please make sure to insert the correct device matching this account.",
615
+
"wrongKeystore2": " If you are using the optional passphrase, make sure you have entered the correct passphrase for the account."
615
616
},
616
617
"fiat": {
617
618
"default": "default",
@@ -1551,6 +1552,7 @@
1551
1552
"sendPairing": "Please pair the BitBox to securely verify transaction details. Go to 'Manage device' in the sidebar."
1552
1553
},
1553
1554
"welcome": {
1555
+
"connect": "Connect BitBox02",
1554
1556
"getStarted": "Let's get started by installing firmware on your BitBox02.",
1555
1557
"insertBitBox02": "For the BitBox02, please tap the device to continue.",
1556
1558
"insertDevice": "Please connect your device to get started",
0 commit comments