summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-01 13:25:36 -0300
committerSebastian <sebasjm@gmail.com>2024-03-01 13:25:36 -0300
commitb47fbf2835b8bf735a6921bdae6e1f5d026c4996 (patch)
tree7c9736b2c8dd8cf5395d87850c077876bb8f4693
parentd81a88343892bc00d8499733ea16968f9153295d (diff)
downloadwallet-core-b47fbf2835b8bf735a6921bdae6e1f5d026c4996.tar.gz
wallet-core-b47fbf2835b8bf735a6921bdae6e1f5d026c4996.tar.bz2
wallet-core-b47fbf2835b8bf735a6921bdae6e1f5d026c4996.zip
checking grammar
-rw-r--r--packages/auditor-backoffice-ui/package.json1
-rw-r--r--packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx2
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Transaction.tsx2
3 files changed, 3 insertions, 2 deletions
diff --git a/packages/auditor-backoffice-ui/package.json b/packages/auditor-backoffice-ui/package.json
index 1fe7332c0..33d397f93 100644
--- a/packages/auditor-backoffice-ui/package.json
+++ b/packages/auditor-backoffice-ui/package.json
@@ -5,6 +5,7 @@
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
+ "clean": "rm -rf dist lib tsconfig.tsbuildinfo",
"build": "./build.mjs",
"check": "tsc",
"compile": "tsc && ./build.mjs",
diff --git a/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx b/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx
index 631ffa5e9..bf77174df 100644
--- a/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx
+++ b/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx
@@ -194,7 +194,7 @@ export function BankDetailsByPaytoType({
<WarningBox style={{ margin: 0 }}>
<span>
<i18n.Translate>
- Make sure ALL data is correct including the subject, otherwise the money will not
+ Make sure ALL data is correct, including the subject; otherwise, the money will not
arrive in this wallet. You can use the copy buttons (<CopyIcon />) to prevent typing errors
or the "payto://" URI below to copy just one value.
</i18n.Translate>
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index 7363cca77..b77b577eb 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -477,7 +477,7 @@ export function TransactionView({
<span>
<i18n.Translate>
Now the payment service provider is waiting for <Amount value={raw} /> to
- be transferred. Select one of the account and use the information below
+ be transferred. Select one of the accounts and use the information below
to complete the operation by making a wire transfer from your bank account.
</i18n.Translate>
</span>