diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index 5fabfcd20..b9b1aa198 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -607,29 +607,35 @@ export function TransactionView({
) : undefined}
{pendingRefund !== undefined && Amounts.isNonZero(pendingRefund) && (
-
- Merchant created a refund for this order but was not automatically
- picked up.
-
+ {transaction.refundQueryActive ? (
+ Refund is in progress.
+ ) : (
+
+ Merchant created a refund for this order but was not
+ automatically picked up.
+
+ )}
}
kind="positive"
/>
-