@@ -398,6 +398,8 @@
|
||||
},
|
||||
"import": {
|
||||
"header": "Import Product List",
|
||||
"uploadLabel": "Import Products",
|
||||
"uploadHint": "Drag and drop a CSV file or click to upload",
|
||||
"description": "Import products by providing a CSV file in a pre-defined format",
|
||||
"template": {
|
||||
"title": "Unsure about how to arrange your list?",
|
||||
|
||||
@@ -36,8 +36,8 @@ export const UploadImport = ({
|
||||
return (
|
||||
<div className="flex flex-col gap-y-4">
|
||||
<FileUpload
|
||||
label={t("products.media.uploadImagesLabel")}
|
||||
hint={t("products.media.uploadImagesHint")}
|
||||
label={t("products.import.uploadLabel")}
|
||||
hint={t("products.import.uploadHint")}
|
||||
multiple={false}
|
||||
hasError={!!error}
|
||||
formats={SUPPORTED_FORMATS}
|
||||
|
||||
Reference in New Issue
Block a user