From d4e684d18d44631561b78775c15931d82d69e51c Mon Sep 17 00:00:00 2001 From: Thibaut Sardan Date: Thu, 10 Oct 2024 17:41:25 +0100 Subject: [PATCH] change copy --- src/pages/Delegate/MultiTransactionDialog.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.'}