(Fix) Update safe modal verbiage (#633)

* Fixs verbiage in update safe modal

* Fixs yarn lock
This commit is contained in:
francovenica 2020-03-05 17:13:43 -03:00 committed by GitHub
parent 76a8d2dd3f
commit 5401978bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const UpdateSafeModal = ({ classes, createTransaction, onClose, safeAddress }: P
<>
<Row align="center" className={classes.heading} grow>
<Paragraph className={classes.headingText} noMargin weight="bolder">
Change required confirmations
Update to new Safe version
</Paragraph>
<IconButton disableRipple onClick={onClose}>
<Close className={classes.close} />