Update creation fee text in review step of opening safe form
This commit is contained in:
parent
b457ed78ef
commit
8679b0b7f8
|
@ -161,11 +161,10 @@ 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. Make sure you have
|
wallet. The creation will cost approximately
|
||||||
{' '}
|
{' '}
|
||||||
{gasCosts}
|
{gasCosts}
|
||||||
{' '}
|
. The exact amount will be determined by your wallet.
|
||||||
ETH in this wallet to fund this transaction.
|
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</Row>
|
</Row>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue