Update pages/multi/[address]/index.tsx

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
Abel Fernández
2023-04-25 09:55:11 +02:00
committed by GitHub
co-authored by Simon Warta
parent c7238ae6bd
commit 383fa44d29
+1 -1
View File
@@ -193,7 +193,7 @@ const Multipage = () => {
</>
) : (
<p>
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.
</p>
)}
</StackableContainer>