MP-3487: changed the copy of the bridging intro screen (#553)
This commit is contained in:
parent
623bbe8854
commit
759f2931d8
@ -71,9 +71,10 @@ export default function WalletBridges() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<FullOverlayContent
|
<FullOverlayContent
|
||||||
title='No supported assets'
|
title='Assets required'
|
||||||
copy={`Your connected wallet has no (supported) assets. To create your account, please connect a
|
copy={`To get started, you'll need at least a small amount of ${
|
||||||
different ${currentChain.name} address or bridge assets.`}
|
currentChain.defaultCurrency?.coinDenom ?? 'the current chains gas token'
|
||||||
|
} to cover transaction fees on Mars. Fund your account or bridge some in from another chain.`}
|
||||||
button={{
|
button={{
|
||||||
className: 'w-full mt-4',
|
className: 'w-full mt-4',
|
||||||
text: 'Connect different wallet',
|
text: 'Connect different wallet',
|
||||||
|
Loading…
Reference in New Issue
Block a user