Revert "Update review Safe creation description"

This reverts commit a02352c54c.
This commit is contained in:
Mikhail Mikheev 2019-09-19 10:32:37 +04:00
parent 27d7979b54
commit c12af21009
1 changed files with 3 additions and 2 deletions

View File

@ -162,11 +162,12 @@ 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&apos;re about to create a new Safe and will have to confirm a transaction with your currently connected You&apos;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}
{' '} {' '}
ETH in this wallet to fund this transaction. ETH. The exact amount will be determined by your
wallet.
</Paragraph> </Paragraph>
</Row> </Row>
</> </>