diff --git a/src/pages/Delegate/MultiTransactionDialog.tsx b/src/pages/Delegate/MultiTransactionDialog.tsx index cabbe9e..00259d9 100644 --- a/src/pages/Delegate/MultiTransactionDialog.tsx +++ b/src/pages/Delegate/MultiTransactionDialog.tsx @@ -147,9 +147,8 @@ export const MultiTransactionDialog = ({
{step === 1 && - 'The delegation process is in 2 parts. First, please sign a transaction to remove previous votes or delegations.'} - {step === 2 && - 'Votes and delegations are removed. You are now ready to sign a transaction to delegate.'} + "First, let's clear previous votes or delegations."} + {step === 2 && 'Now, we are ready to delegate.'}