diff --git a/nym-wallet/src/components/Delegation/DelegationModal.tsx b/nym-wallet/src/components/Delegation/DelegationModal.tsx index 4a37c05250..56ec665c78 100644 --- a/nym-wallet/src/components/Delegation/DelegationModal.tsx +++ b/nym-wallet/src/components/Delegation/DelegationModal.tsx @@ -17,9 +17,8 @@ const actionToHeader = (action: ActionType): string => { case 'undelegate': return 'Undelegation complete'; case 'compound': - return 'Undelegation complete'; + return 'Rewards compounded successfully'; } - return 'Oh no! Something went wrong!'; }; export type DelegationModalProps = {