Skip to content

Commit

Permalink
change copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Oct 10, 2024
1 parent 50f01d0 commit d4e684d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/Delegate/MultiTransactionDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ export const MultiTransactionDialog = ({
<DialogDescription>
<div className="my-4">
{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.'}
</div>
<div className="text-end">
<Button
Expand Down

0 comments on commit d4e684d

Please sign in to comment.