gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] 02/19: fix typo: s/exists/exist/


From: gnunet
Subject: [taler-merchant-backoffice] 02/19: fix typo: s/exists/exist/
Date: Mon, 24 May 2021 15:34:43 +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 f8055fd4c718682adda9b1e22c166f5154ae1198
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:09:52 2021 -0400

    fix typo: s/exists/exist/
---
 packages/frontend/src/paths/instance/orders/create/CreatePage.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx 
b/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
index f760fd4..d8fa561 100644
--- a/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
@@ -232,7 +232,7 @@ export function CreatePage({ onCreate, onBack }: Props): 
VNode {
               in {inventoryList.reduce((prev, cur) => cur.quantity + prev, 0)} 
units,
               with a total price of {totalPriceInventory}
             </p>
-          } tooltip={i18n`add products to the order that already exists in the 
inventory`}>
+          } tooltip={i18n`add products to the order that already exist in the 
inventory`}>
             <InventoryProductForm
               currentProducts={value.inventoryProducts}
               onAddProduct={addProductToTheInventoryList}
@@ -334,4 +334,4 @@ function asProduct(p: ProductAndQuantity) {
     description: p.product.description,
     taxes: p.product.taxes
   })
-}
\ 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]