diff --git a/nym-wallet/src/components/Fee.tsx b/nym-wallet/src/components/Fee.tsx index ef6e743df7..d4a7b550ec 100644 --- a/nym-wallet/src/components/Fee.tsx +++ b/nym-wallet/src/components/Fee.tsx @@ -20,7 +20,7 @@ export const Fee = ({ feeType }: { feeType: Operation }) => { if (fee) { return ( - Fee for this transaction: {`${fee} ${currency?.major}`}{' '} + Estimated fee for this transaction: {`${fee} ${currency?.major}`}{' '} ); }