From f0223958d4afa88070452962735ad8cbe21f1cb1 Mon Sep 17 00:00:00 2001 From: lukasschor Date: Tue, 2 Feb 2021 17:42:23 +0300 Subject: [PATCH] Update copy during onboarding (#1830) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .../open/components/SafeOwnersConfirmationsForm/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/open/components/SafeOwnersConfirmationsForm/index.tsx b/src/routes/open/components/SafeOwnersConfirmationsForm/index.tsx index a1469842..8dd4c27d 100644 --- a/src/routes/open/components/SafeOwnersConfirmationsForm/index.tsx +++ b/src/routes/open/components/SafeOwnersConfirmationsForm/index.tsx @@ -157,8 +157,8 @@ const SafeOwnersForm = (props): React.ReactElement => {

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.