Skip to content

Commit b9e82e0

Browse files
committed
Minor fix name form
1 parent 7f48a49 commit b9e82e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Products/ProductForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const _ProductForm = (props: Props) => {
5454
<div id="main-contact" className="block">
5555
<div className="container">
5656
<div className="block-title">
57-
<h2>{edit ? 'Create product' : 'Update product'}</h2>
57+
<h2>{edit ? 'Update product' : 'Create product'}</h2>
5858
</div>
5959
<Form
6060
{...layout}

0 commit comments

Comments
 (0)