diff --git a/nym-wallet/src/pages/delegate/SuccessView.tsx b/nym-wallet/src/pages/delegate/SuccessView.tsx index 581fc0d91b..9df693cc2f 100644 --- a/nym-wallet/src/pages/delegate/SuccessView.tsx +++ b/nym-wallet/src/pages/delegate/SuccessView.tsx @@ -1,5 +1,5 @@ import React, { useContext } from 'react'; -import { Box } from '@mui/material'; +import { Box, Stack, Typography } from '@mui/material'; import { SuccessReponse, TransactionDetails } from '../../components'; import { ClientContext } from '../../context/main'; @@ -9,7 +9,14 @@ export const SuccessView: React.FC<{ details?: { amount: string; address: string <> + Successfully requested delegation to node + + Note it may take up to one hour to take effect + + + } caption={`Your current balance is: ${userBalance.balance?.printable_balance}`} /> {details && (