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 (
<FullOverlayContent
title='No supported assets'
copy={`Your connected wallet has no (supported) assets. To create your account, please connect a
different ${currentChain.name} address or bridge assets.`}
title='Assets required'
copy={`To get started, you'll need at least a small amount of ${
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={{
className: 'w-full mt-4',
text: 'Connect different wallet',