chore(store): update product title placeholder example
"کفش آدیداس" (Adidas shoes) name-checked a third-party brand — swap for "تیشرت بیسیک" (basic t-shirt), a neutral generic example.
This commit is contained in:
parent
72e4baab10
commit
05cbbd8d5e
@ -21,7 +21,7 @@ export const ProductDetailsForm: React.FC<ProductDetailsFormProps> = ({
|
||||
<AppInput
|
||||
inputTitle="عنوان محصول:"
|
||||
inputValue={productTitle}
|
||||
inputPlaceholder="مثل: کفش آدیداس"
|
||||
inputPlaceholder="مثل: تیشرت بیسیک"
|
||||
inputOnChange={onTitleChange}
|
||||
inputDir="rtl"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user