rename and new links + taxt (#782)
This commit is contained in:
parent
2403f4edc4
commit
ff68c878d0
@ -8,13 +8,8 @@ export const DownloadWalletPrompt = () => {
|
|||||||
<>
|
<>
|
||||||
<h3 className="mt-12 mb-4">{t('getWallet')}</h3>
|
<h3 className="mt-12 mb-4">{t('getWallet')}</h3>
|
||||||
<p className="mb-4">
|
<p className="mb-4">
|
||||||
<Link className="text-deemphasise" href={Links.WALLET_GUIDE}>
|
<Link className="text-deemphasise" href={Links.WALLET_PAGE}>
|
||||||
{t('readGuide')}
|
{t('getWalletLink')}
|
||||||
</Link>
|
|
||||||
</p>
|
|
||||||
<p className="mb-4">
|
|
||||||
<Link className="text-deemphasise" href={Links.WALLET_RELEASES}>
|
|
||||||
{t('downloadWallet')}
|
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
export const Links = {
|
export const Links = {
|
||||||
WALLET_RELEASES:
|
WALLET_PAGE: 'https://vega.xyz/wallet',
|
||||||
'https://github.com/vegaprotocol/vegawallet-desktop/releases',
|
|
||||||
WALLET_GUIDE: 'https://vega.xyz/wallet',
|
|
||||||
SUSHI_PAIRS: 'https://analytics.sushi.com/pairs/',
|
SUSHI_PAIRS: 'https://analytics.sushi.com/pairs/',
|
||||||
SUSHI_ONSEN_MENU: 'https://app.sushi.com/farm',
|
SUSHI_ONSEN_MENU: 'https://app.sushi.com/farm',
|
||||||
SUSHI_ONSEN_WHAT_IS:
|
SUSHI_ONSEN_WHAT_IS:
|
||||||
|
@ -478,8 +478,7 @@
|
|||||||
"connectVegaWallet": "Connect Vega wallet",
|
"connectVegaWallet": "Connect Vega wallet",
|
||||||
"connectVegaWalletToUseAssociated": "Connect Vega wallet to use associated $VEGA",
|
"connectVegaWalletToUseAssociated": "Connect Vega wallet to use associated $VEGA",
|
||||||
"getWallet": "Don't have a Vega wallet yet?",
|
"getWallet": "Don't have a Vega wallet yet?",
|
||||||
"readGuide": "Read the wallet guide",
|
"getWalletLink": "Get a Vega wallet",
|
||||||
"downloadWallet": "Download wallet from GitHub",
|
|
||||||
"useConnectedWallet": "Use connected wallet",
|
"useConnectedWallet": "Use connected wallet",
|
||||||
"enterAddress": "Enter address manually",
|
"enterAddress": "Enter address manually",
|
||||||
"invalidAddress": "Looks like that address isn't a valid Ethereum address, please check and try again",
|
"invalidAddress": "Looks like that address isn't a valid Ethereum address, please check and try again",
|
||||||
|
@ -88,7 +88,7 @@ const Home = ({ name }: RouteChildProps) => {
|
|||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
data-testid="get-vega-wallet-link"
|
data-testid="get-vega-wallet-link"
|
||||||
href={Links.WALLET_GUIDE}
|
href={Links.WALLET_PAGE}
|
||||||
className="underline text-white"
|
className="underline text-white"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="nofollow noreferrer"
|
rel="nofollow noreferrer"
|
||||||
|
@ -108,7 +108,7 @@ export const StakingStepConnectWallets = () => {
|
|||||||
components={{
|
components={{
|
||||||
vegaWalletLink: (
|
vegaWalletLink: (
|
||||||
<Link
|
<Link
|
||||||
href={Links.WALLET_GUIDE}
|
href={Links.WALLET_PAGE}
|
||||||
className="text-white underline"
|
className="text-white underline"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user