mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-26 01:42:35 +00:00
fixed link to "old wallet" and copy in FirmwareUpdate page
This commit is contained in:
parent
e25bd47374
commit
b9b7d2d076
@ -41,7 +41,7 @@ const DeviceSettings = () => (
|
|||||||
/>
|
/>
|
||||||
<H2>Device settings is under construction</H2>
|
<H2>Device settings is under construction</H2>
|
||||||
<StyledP isSmaller>Please use Bitcoin wallet interface to change your device settings</StyledP>
|
<StyledP isSmaller>Please use Bitcoin wallet interface to change your device settings</StyledP>
|
||||||
<Link href="https://wallet.trezor.io/">
|
<Link href="https://beta-wallet.trezor.io/">
|
||||||
<Button>Take me to the Bitcoin wallet</Button>
|
<Button>Take me to the Bitcoin wallet</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -127,9 +127,9 @@ const FirmwareUpdate = (props: Props) => (
|
|||||||
</svg>
|
</svg>
|
||||||
</Image>
|
</Image>
|
||||||
<H1>It’s time to update your firmware</H1>
|
<H1>It’s time to update your firmware</H1>
|
||||||
<StyledP>Please use the old wallet to do that.</StyledP>
|
<StyledP>Please use Bitcoin wallet interface to update your firmware.</StyledP>
|
||||||
<Link href="https://wallet.trezor.io">
|
<Link href="https://beta-wallet.trezor.io">
|
||||||
<Button>Take me to the old wallet</Button>
|
<Button>Take me to the Bitcoin wallet</Button>
|
||||||
</Link>
|
</Link>
|
||||||
{deviceUtils.isDeviceAccessible(props.device) && (
|
{deviceUtils.isDeviceAccessible(props.device) && (
|
||||||
<StyledNavLink to="/">I’ll do that later.</StyledNavLink>
|
<StyledNavLink to="/">I’ll do that later.</StyledNavLink>
|
||||||
|
@ -32,7 +32,7 @@ const Initialize = () => (
|
|||||||
<Row>
|
<Row>
|
||||||
<H2>Your device is in not initialized</H2>
|
<H2>Your device is in not initialized</H2>
|
||||||
<StyledParagraph>Please use Bitcoin wallet interface to start initialization process</StyledParagraph>
|
<StyledParagraph>Please use Bitcoin wallet interface to start initialization process</StyledParagraph>
|
||||||
<A href="https://wallet.trezor.io/">
|
<A href="https://beta-wallet.trezor.io/">
|
||||||
<Button>Take me to the Bitcoin wallet</Button>
|
<Button>Take me to the Bitcoin wallet</Button>
|
||||||
</A>
|
</A>
|
||||||
</Row>
|
</Row>
|
||||||
|
Loading…
Reference in New Issue
Block a user