From 4f90cb5d8041cecf98ca5d106caa55a0c764c717 Mon Sep 17 00:00:00 2001 From: Du Peng Date: Mon, 25 Jul 2022 16:29:01 +0200 Subject: [PATCH] update edit product comment --- app/frontend/src/javascript/components/store/edit-product.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/src/javascript/components/store/edit-product.tsx b/app/frontend/src/javascript/components/store/edit-product.tsx index 62ccad66c..384f4d6a0 100644 --- a/app/frontend/src/javascript/components/store/edit-product.tsx +++ b/app/frontend/src/javascript/components/store/edit-product.tsx @@ -16,7 +16,7 @@ interface EditProductProps { } /** - * This component show new product form + * This component show edit product form */ const EditProduct: React.FC = ({ productId, onSuccess, onError }) => { const { t } = useTranslation('admin');