We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66f927 commit d3b103aCopy full SHA for d3b103a
packages/kit/src/views/Onboarding/pages/ConnectHardwareWallet/ConnectYourDevice.tsx
@@ -308,7 +308,7 @@ function BridgeNotInstalledDialogContent(props: { error: NeedOneKeyBridge }) {
308
translationId={
309
platformEnv.isSupportWebUSB
310
? ETranslations.device_communication_failed
311
- : ETranslations.device_communication_failed_with_no_web_usb_supported
+ : ETranslations.onboarding_install_onekey_bridge_help_text
312
}
313
/>
314
</Stack>
0 commit comments