From 383fa44d2977b98ce6765ba1758a9a09a02ee83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Fern=C3=A1ndez?= <44572727+abefernan@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:55:11 +0200 Subject: [PATCH] Update pages/multi/[address]/index.tsx Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> --- pages/multi/[address]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/multi/[address]/index.tsx b/pages/multi/[address]/index.tsx index fe3d233..4af7b13 100644 --- a/pages/multi/[address]/index.tsx +++ b/pages/multi/[address]/index.tsx @@ -193,7 +193,7 @@ const Multipage = () => { ) : (

- An account needs to be present on the multisig before creating a transaction. + An account needs to be present on chain before creating a transaction. Send some tokens to the address first.

)}