commit f8055fd4c718682adda9b1e22c166f5154ae1198
parent c2cbb5518cd890861ec515c4f57703804a8036f9
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 24 May 2021 09:09:52 -0400
fix typo: s/exists/exist/
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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
+}