aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Transaction.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index cc3a65f2d..7c0682588 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -299,7 +299,7 @@ function TransactionTemplate({
</header>
<section>
<i18n.Translate>
- Doing a cancelation while the transaction still active might
+ Doing a cancellation while the transaction still active might
result in lost coins. Do you still want to cancel the
transaction?
</i18n.Translate>
@@ -981,7 +981,7 @@ export function TransactionView({
text={transaction.exchangeBaseUrl as TranslatedString}
kind="neutral"
/>
- {/* {transaction.pending && ( //pending is not-received
+ {/* {transaction.pending && ( //pending is not-received
)} */}
<Part
title={i18n.str`URI`}