aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-16 17:50:34 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-16 17:50:34 +0100
commit4a104415fe9e49533f72e006d20fb5ab0e45269b (patch)
tree6822da0b12dffe85c7d4f170060a2eacde662d7e /packages/taler-wallet-webextension/src/wallet
parente9a170d291acae5d54fec81fa74890b5451dd3cc (diff)
downloadwallet-core-4a104415fe9e49533f72e006d20fb5ab0e45269b.tar.gz
wallet-core-4a104415fe9e49533f72e006d20fb5ab0e45269b.tar.bz2
wallet-core-4a104415fe9e49533f72e006d20fb5ab0e45269b.zip
-typos
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`}