From 13e4f4aeb5b8d5ae4b625f48112af121d6a3a5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frane=20Poli=C4=87?= <16856471+fPolic@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:24:41 +0200 Subject: [PATCH] fix(dashboard): import products labels (#9001) FIXES CC-337 --- packages/admin-next/dashboard/src/i18n/translations/en.json | 2 ++ .../products/product-import/components/upload-import.tsx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 (