gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 01/19: diction: s/into/to/


From: gnunet
Subject: [taler-merchant-backoffice] 01/19: diction: s/into/to/
Date: Mon, 24 May 2021 15:34:42 +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 c2cbb5518cd890861ec515c4f57703804a8036f9
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:08:33 2021 -0400

    diction: s/into/to/
---
 packages/frontend/src/paths/instance/products/list/Table.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/frontend/src/paths/instance/products/list/Table.tsx 
b/packages/frontend/src/paths/instance/products/list/Table.tsx
index 7f07cb6..85e5ce4 100644
--- 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
+}

-- 
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]