[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant-backoffice] 07/19: fix typo: s/product/products/
From: |
gnunet |
Subject: |
[taler-merchant-backoffice] 07/19: fix typo: s/product/products/ |
Date: |
Mon, 24 May 2021 15:34:48 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository merchant-backoffice.
commit e21111ed61bf8e6b23fe1f1fc6858517533b79be
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:15:58 2021 -0400
fix typo: s/product/products/
---
.../src/paths/instance/orders/create/InventoryProductForm.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/packages/frontend/src/paths/instance/orders/create/InventoryProductForm.tsx
b/packages/frontend/src/paths/instance/orders/create/InventoryProductForm.tsx
index abb88c5..5bb69f1 100644
---
a/packages/frontend/src/paths/instance/orders/create/InventoryProductForm.tsx
+++
b/packages/frontend/src/paths/instance/orders/create/InventoryProductForm.tsx
@@ -73,9 +73,9 @@ export function InventoryProductForm({ currentProducts,
onAddProduct }: Props):
return <FormProvider<Form> errors={errors} object={state}
valueHandler={setState}>
<InputSearchProduct selected={state.product} onChange={(p) => setState(v
=> ({ ...v, product: p }))} />
- <InputNumber<Form> name="quantity" label={i18n`Quantity`}
tooltip={i18n`how many product will be added`} />
+ <InputNumber<Form> name="quantity" label={i18n`Quantity`}
tooltip={i18n`how many products will be added`} />
<div class="buttons is-right mt-5">
<button class="button is-success"
onClick={submit}><Translate>Add</Translate></button>
</div>
</FormProvider>
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-merchant-backoffice] branch master updated (47e67eb -> 4a0c661), gnunet, 2021/05/24
- [taler-merchant-backoffice] 03/19: grammar: s/being sell/being sold/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 01/19: diction: s/into/to/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 02/19: fix typo: s/exists/exist/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 09/19: fix typo: s/fronted/frontend/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 06/19: diction: s/payed/payment/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 08/19: drop superfluous "specifies for", gnunet, 2021/05/24
- [taler-merchant-backoffice] 07/19: fix typo: s/product/products/,
gnunet <=
- [taler-merchant-backoffice] 05/19: diction: s/is going to be delivered/delivery required/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 04/19: fix typo: s/payed/paid/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 10/19: diction: s/other to change/others from changing/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 14/19: grammar: s/legal/legally/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 19/19: drop leading "the" in tooltip text (three instances), gnunet, 2021/05/24
- [taler-merchant-backoffice] 12/19: fix typo: s/doest/does/ (two instances), gnunet, 2021/05/24
- [taler-merchant-backoffice] 13/19: grammar: s/physical/physically/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 17/19: add hyphen, gnunet, 2021/05/24
- [taler-merchant-backoffice] 16/19: diction: s/token in curently use/token currently in use/, gnunet, 2021/05/24
- [taler-merchant-backoffice] 15/19: change two instances of ‘overridden’ back to ‘override’, gnunet, 2021/05/24