diff --git a/packages/admin-next/dashboard/src/i18n/translations/en.json b/packages/admin-next/dashboard/src/i18n/translations/en.json index aba558393b..5dfc3b1d6e 100644 --- a/packages/admin-next/dashboard/src/i18n/translations/en.json +++ b/packages/admin-next/dashboard/src/i18n/translations/en.json @@ -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?", diff --git a/packages/admin-next/dashboard/src/routes/products/product-import/components/upload-import.tsx b/packages/admin-next/dashboard/src/routes/products/product-import/components/upload-import.tsx index e722aaa4f4..447157405c 100644 --- a/packages/admin-next/dashboard/src/routes/products/product-import/components/upload-import.tsx +++ b/packages/admin-next/dashboard/src/routes/products/product-import/components/upload-import.tsx @@ -36,8 +36,8 @@ export const UploadImport = ({ return (