commit b47fbf2835b8bf735a6921bdae6e1f5d026c4996 parent d81a88343892bc00d8499733ea16968f9153295d Author: Sebastian <sebasjm@gmail.com> Date: Fri, 1 Mar 2024 13:25:36 -0300 checking grammar Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git 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 @@ -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 @@ -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>