Skip to content

Commit 8072245

Browse files
committed
[DDW-596] fix merge conflicts
1 parent fb20d15 commit 8072245

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/renderer/app/i18n/locales/defaultMessages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,11 @@
936936
"description": "\"Exporting public key failed\" device state",
937937
"id": "wallet.hardware.deviceStatus.exporting_public_key_failed"
938938
},
939+
{
940+
"defaultMessage": "!!!We do not recognize this wallet on your device. Please ensure that you are using the same device that you selected for pairing {walletName} and that you have entered the correct passphrase.",
941+
"description": "\"Unrecognized wallet\" device state",
942+
"id": "wallet.hardware.deviceStatus.unrecognized_wallet"
943+
},
939944
{
940945
"defaultMessage": "!!!Disconnect and reconnect your device to restart the process.",
941946
"description": "\"Disconnect and reconnect your device to start the process again\" device state",

translations/messages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,11 @@
936936
"description": "\"Exporting public key failed\" device state",
937937
"id": "wallet.hardware.deviceStatus.exporting_public_key_failed"
938938
},
939+
{
940+
"defaultMessage": "!!!We do not recognize this wallet on your device. Please ensure that you are using the same device that you selected for pairing {walletName} and that you have entered the correct passphrase.",
941+
"description": "\"Unrecognized wallet\" device state",
942+
"id": "wallet.hardware.deviceStatus.unrecognized_wallet"
943+
},
939944
{
940945
"defaultMessage": "!!!Disconnect and reconnect your device to restart the process.",
941946
"description": "\"Disconnect and reconnect your device to start the process again\" device state",

0 commit comments

Comments
 (0)