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: src/app/components/ErrorFormatter/index.tsx
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,23 @@ export function ErrorFormatter(props: Props) {
93
93
'errors.LedgerDerivedDifferentAccount',
94
94
'This account does not belong to the currently connected Ledger.',
95
95
),
96
+
[WalletErrors.LedgerLikelyFaultyFirmware]: (
97
+
<Trans
98
+
i18nKey="errors.LedgerLikelyFaultyFirmware"
99
+
t={t}
100
+
defaults="Connecting to Ledger timed out. This is likely due to faulty Ledger firmware: Nano X 2.5.0, Nano S Plus 1.4.0, Stax 1.8.0, Flex 1.4.0. We suggest <WorkaroundsHelp>some workarounds here</WorkaroundsHelp>."
Copy file name to clipboardExpand all lines: src/locales/en/translation.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@
152
152
},
153
153
"errors": {
154
154
"LedgerDerivedDifferentAccount": "This account does not belong to the currently connected Ledger.",
155
+
"LedgerLikelyFaultyFirmware": "Connecting to Ledger timed out. This is likely due to faulty Ledger firmware: Nano X 2.5.0, Nano S Plus 1.4.0, Stax 1.8.0, Flex 1.4.0. We suggest <WorkaroundsHelp>some workarounds here</WorkaroundsHelp>.",
155
156
"LedgerOasisAppIsNotOpen": "Oasis App on Ledger is closed.",
156
157
"bluetoothTransportNotSupported": "Bluetooth may be turned off or your current platform does not support Bluetooth capability.",
0 commit comments