Skip to content

Commit d3b103a

Browse files
authored
fix: update error message for device communication failure in ConnectYourDevice component (#7184)
1 parent c66f927 commit d3b103a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/views/Onboarding/pages/ConnectHardwareWallet/ConnectYourDevice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function BridgeNotInstalledDialogContent(props: { error: NeedOneKeyBridge }) {
308308
translationId={
309309
platformEnv.isSupportWebUSB
310310
? ETranslations.device_communication_failed
311-
: ETranslations.device_communication_failed_with_no_web_usb_supported
311+
: ETranslations.onboarding_install_onekey_bridge_help_text
312312
}
313313
/>
314314
</Stack>

0 commit comments

Comments
 (0)