Update copy during onboarding (#1830)

* Update copy during onboarding

Quite a few users have pointed out that it was not clear that owners can be changed after the Safe is created. E.g. "- Once I’ve created a wallet, it seems it’s possible to revoke and change a signer, but it wasn’t immediately clear if I can change the threshold."

Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
This commit is contained in:
lukasschor 2021-02-02 17:42:23 +03:00 committed by GitHub
parent 2ea67b5137
commit f0223958d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -157,8 +157,8 @@ const SafeOwnersForm = (props): React.ReactElement => {
<br />
<br />
Add additional owners (e.g. wallets of your teammates) and specify how many of them have to confirm a
transaction before it gets executed. In general, the more confirmations required, the more secure is your
Safe.
transaction before it gets executed. You can also add/remove owners and change the signature threshold after
your Safe is created.
</Paragraph>
</Block>
<Hairline />