From 06603ec58533f479eaef074d6d14455e733818fb Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Tue, 14 Jun 2022 16:21:08 +0100 Subject: [PATCH] fix redeem rewards success message --- nym-wallet/src/components/Delegation/DelegationModal.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = {