Update review Safe creation description
This commit is contained in:
parent
4fa84683a3
commit
a02352c54c
|
@ -162,12 +162,11 @@ const ReviewComponent = ({ values, classes, userAccount }: Props) => {
|
||||||
<Row className={classes.info} align="center">
|
<Row className={classes.info} align="center">
|
||||||
<Paragraph noMargin color="primary" size="md">
|
<Paragraph noMargin color="primary" size="md">
|
||||||
You're about to create a new Safe and will have to confirm a transaction with your currently connected
|
You're about to create a new Safe and will have to confirm a transaction with your currently connected
|
||||||
wallet. The creation will cost approximately
|
wallet. Make sure you have
|
||||||
{' '}
|
{' '}
|
||||||
{gasCosts}
|
{gasCosts}
|
||||||
{' '}
|
{' '}
|
||||||
ETH. The exact amount will be determined by your
|
ETH in this wallet to fund this transaction.
|
||||||
wallet.
|
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</Row>
|
</Row>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue