merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit c2cbb5518cd890861ec515c4f57703804a8036f9
parent 47e67ebd88dbb8d39d80278d9eccc6b0ccc0f2cb
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 24 May 2021 09:08:33 -0400

diction: s/into/to/

Diffstat:
Mpackages/frontend/src/paths/instance/products/list/Table.tsx | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/frontend/src/paths/instance/products/list/Table.tsx b/packages/frontend/src/paths/instance/products/list/Table.tsx @@ -201,7 +201,7 @@ function FastProductWithManagedStockUpdateForm({ product, onUpdate, onCancel }: return <Fragment> <FormProvider<FastProductUpdate> name="added" errors={errors} object={value} valueHandler={valueHandler as any} > - <InputNumber<FastProductUpdate> name="incoming" label={i18n`Incoming`} tooltip={i18n`add more elements into the inventory`} /> + <InputNumber<FastProductUpdate> name="incoming" label={i18n`Incoming`} tooltip={i18n`add more elements to the inventory`} /> <InputNumber<FastProductUpdate> name="lost" label={i18n`Lost`} tooltip={i18n`report elements lost in the inventory`} /> <div class="field is-horizontal"> <div class="field-label is-normal" /> @@ -256,4 +256,4 @@ function difference(price: string, tax: number) { } function sum(taxes: MerchantBackend.Tax[]) { return taxes.reduce((p, c) => p + parseInt(c.tax.split(':')[1], 10), 0) -} -\ No newline at end of file +}