WA-234 Change Add Onwer review component and say Increase threshold?

This commit is contained in:
apanizo 2018-06-08 12:36:24 +02:00
parent 509134499c
commit f1ff0ca17f

View File

@ -63,7 +63,7 @@ const AddOwnerForm = ({ addresses, numOwners, threshold }: Props) => () => (
component={Checkbox}
type="checkbox"
/>
<Block>Increase owner?</Block>
<Block>Increase threshold?</Block>
</Block>
</Block>
)