MP-3487: changed the copy of the bridging intro screen (#553)

This commit is contained in:
Linkie Link 2023-10-17 09:08:53 +02:00 committed by GitHub
parent 623bbe8854
commit 759f2931d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',