diff --git a/nym-wallet/src/components/Delegation/DelegateModal.tsx b/nym-wallet/src/components/Delegation/DelegateModal.tsx
index 3c692f10f2..1da4668c64 100644
--- a/nym-wallet/src/components/Delegation/DelegateModal.tsx
+++ b/nym-wallet/src/components/Delegation/DelegateModal.tsx
@@ -161,7 +161,7 @@ export const DelegateModal: React.FC<{
theme.palette.nym.fee}>
- Fee for this transaction:
+ Est. fee for this transaction:
theme.palette.nym.fee}>
{fee} {currency}
diff --git a/nym-wallet/src/components/Delegation/UndelegateModal.tsx b/nym-wallet/src/components/Delegation/UndelegateModal.tsx
index d37e013adb..350fb739a8 100644
--- a/nym-wallet/src/components/Delegation/UndelegateModal.tsx
+++ b/nym-wallet/src/components/Delegation/UndelegateModal.tsx
@@ -48,7 +48,7 @@ export const UndelegateModal: React.FC<{
theme.palette.nym.fee}>
- Fee for this transaction:
+ Est. fee for this transaction:
theme.palette.nym.fee}>
{fee} {currency}
diff --git a/nym-wallet/src/components/Fee.tsx b/nym-wallet/src/components/Fee.tsx
index 33009a2dfe..950cbf9e20 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 (
- Estimated fee for this transaction: {`${fee} ${clientDetails?.denom}`}{' '}
+ Est.fee for this transaction: {`${fee} ${clientDetails?.denom}`}{' '}
);
}
diff --git a/nym-wallet/src/components/Rewards/CompoundModal.tsx b/nym-wallet/src/components/Rewards/CompoundModal.tsx
index b01139ab9e..d8d23dfc7a 100644
--- a/nym-wallet/src/components/Rewards/CompoundModal.tsx
+++ b/nym-wallet/src/components/Rewards/CompoundModal.tsx
@@ -44,7 +44,7 @@ export const CompoundModal: React.FC<{
theme.palette.nym.fee}>
- Fee for this transaction:
+ Est. fee for this transaction:
theme.palette.nym.fee}>
{fee} {currency}
diff --git a/nym-wallet/src/components/Rewards/RedeemModal.tsx b/nym-wallet/src/components/Rewards/RedeemModal.tsx
index 628442c55b..dc12068f2b 100644
--- a/nym-wallet/src/components/Rewards/RedeemModal.tsx
+++ b/nym-wallet/src/components/Rewards/RedeemModal.tsx
@@ -44,7 +44,7 @@ export const RedeemModal: React.FC<{
theme.palette.nym.fee}>
- Fee for this transaction:
+ Est. fee for this transaction:
theme.palette.nym.fee}>
{fee} {currency}