gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]