gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 17/19: add hyphen


From: gnunet
Subject: [taler-merchant-backoffice] 17/19: add hyphen
Date: Mon, 24 May 2021 15:34:58 +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 55903091bc8cae3b0478b272e3a5351f996bf941
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:28:17 2021 -0400

    add hyphen
---
 packages/frontend/src/components/product/ProductForm.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/components/product/ProductForm.tsx 
b/packages/frontend/src/components/product/ProductForm.tsx
index 5ff77c2..cf57dae 100644
--- a/packages/frontend/src/components/product/ProductForm.tsx
+++ b/packages/frontend/src/components/product/ProductForm.tsx
@@ -98,7 +98,7 @@ export function ProductForm({ onSubscribe, initial, 
alreadyExist, }: Props) {
       {alreadyExist ? undefined : <InputWithAddon<Entity> name="product_id" 
addonBefore={`${backend.url}/product/`} label={i18n`ID`} tooltip={i18n`unique 
name identification`} />}
 
       <InputImage<Entity> name="image" label={i18n`Image`} tooltip={i18n`photo 
of the product`} />
-      <Input<Entity> name="description" inputType="multiline" 
label={i18n`Description`} tooltip={i18n`full length description`} />
+      <Input<Entity> name="description" inputType="multiline" 
label={i18n`Description`} tooltip={i18n`full-length description`} />
       <Input<Entity> name="unit" label={i18n`Unit`} tooltip={i18n`name of the 
product unit`} />
       <InputCurrency<Entity> name="price" label={i18n`Price`} 
tooltip={i18n`amount in the current currency`} />
 

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