Skip to content

Commit

Permalink
[DDW-680] Update location and description of hardware wallet connecti…
Browse files Browse the repository at this point in the history
…on failure
  • Loading branch information
mchappell committed Oct 11, 2021
1 parent 48d7a33 commit 68cd985
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 59 deletions.
Expand Up @@ -22,7 +22,8 @@ const messages = defineMessages({
},
connecting_failed: {
id: 'wallet.hardware.deviceStatus.connecting.failed',
defaultMessage: '!!!Unable to detect your hardware wallet device. ',
defaultMessage:
'!!!Disconnect and reconnect your device to restart the process',
description: '"Connect failed" device state',
},
connecting_known: {
Expand Down Expand Up @@ -311,12 +312,6 @@ export default class HardwareWalletStatus extends Component<Props, State> {
<SVGInline svg={clearIcon} className={styles.clearIcon} />
)}
</div>
{(hwDeviceStatus === HwDeviceStatuses.EXPORTING_PUBLIC_KEY_FAILED ||
hwDeviceStatus === HwDeviceStatuses.CONNECTING_FAILED) && (
<div className={styles.errorText}>
{intl.formatMessage(messages.exportingPublicKeyError)}
</div>
)}
</>
);
}
Expand Down

0 comments on commit 68cd985

Please sign in to comment.