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>
|
||||
<p className="mb-4">
|
||||
<Link className="text-deemphasise" href={Links.WALLET_GUIDE}>
|
||||
{t('readGuide')}
|
||||
</Link>
|
||||
</p>
|
||||
<p className="mb-4">
|
||||
<Link className="text-deemphasise" href={Links.WALLET_RELEASES}>
|
||||
{t('downloadWallet')}
|
||||
<Link className="text-deemphasise" href={Links.WALLET_PAGE}>
|
||||
{t('getWalletLink')}
|
||||
</Link>
|
||||
</p>
|
||||
</>
|
||||
|
@ -1,7 +1,5 @@
|
||||
export const Links = {
|
||||
WALLET_RELEASES:
|
||||
'https://github.com/vegaprotocol/vegawallet-desktop/releases',
|
||||
WALLET_GUIDE: 'https://vega.xyz/wallet',
|
||||
WALLET_PAGE: 'https://vega.xyz/wallet',
|
||||
SUSHI_PAIRS: 'https://analytics.sushi.com/pairs/',
|
||||
SUSHI_ONSEN_MENU: 'https://app.sushi.com/farm',
|
||||
SUSHI_ONSEN_WHAT_IS:
|
||||
|
@ -478,8 +478,7 @@
|
||||
"connectVegaWallet": "Connect Vega wallet",
|
||||
"connectVegaWalletToUseAssociated": "Connect Vega wallet to use associated $VEGA",
|
||||
"getWallet": "Don't have a Vega wallet yet?",
|
||||
"readGuide": "Read the wallet guide",
|
||||
"downloadWallet": "Download wallet from GitHub",
|
||||
"getWalletLink": "Get a Vega wallet",
|
||||
"useConnectedWallet": "Use connected wallet",
|
||||
"enterAddress": "Enter address manually",
|
||||
"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>
|
||||
<a
|
||||
data-testid="get-vega-wallet-link"
|
||||
href={Links.WALLET_GUIDE}
|
||||
href={Links.WALLET_PAGE}
|
||||
className="underline text-white"
|
||||
target="_blank"
|
||||
rel="nofollow noreferrer"
|
||||
|
@ -108,7 +108,7 @@ export const StakingStepConnectWallets = () => {
|
||||
components={{
|
||||
vegaWalletLink: (
|
||||
<Link
|
||||
href={Links.WALLET_GUIDE}
|
||||
href={Links.WALLET_PAGE}
|
||||
className="text-white underline"
|
||||
target="_blank"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user