diff --git a/src/components/ImageCard/ImageCard.jsx b/src/components/ImageCard/ImageCard.jsx
index 39fedc550f..ce71c1b440 100644
--- a/src/components/ImageCard/ImageCard.jsx
+++ b/src/components/ImageCard/ImageCard.jsx
@@ -38,7 +38,7 @@ const propTypes = { ...CardPropTypes, ...ImageCardPropTypes };
const defaultProps = {
i18n: {
loadingDataLabel: 'Loading hotspot data',
- dropContainerLabelText: 'Drag and drop file here or click to select file',
+ dropContainerLabelText: 'Drag file here or click to upload file',
dropContainerDescText:
'Max file size is 1MB. Supported file types are: APNG, AVIF, GIF, JPEG, PNG, WebP',
uploadByURLCancel: 'Cancel',
diff --git a/src/components/ImageCard/ImageUploader.jsx b/src/components/ImageCard/ImageUploader.jsx
index bd21512108..410097bc51 100644
--- a/src/components/ImageCard/ImageUploader.jsx
+++ b/src/components/ImageCard/ImageUploader.jsx
@@ -15,7 +15,7 @@ import { fetchDataURL } from '../../utils/cardUtilityFunctions';
const { iotPrefix } = settings;
const i18nDefaults = {
- dropContainerLabelText: 'Drag and drop file here or click to select file',
+ dropContainerLabelText: 'Drag file here or click to upload file',
dropContainerDescText:
'Max file size is 1MB. Supported file types are: APNG, AVIF, GIF, JPEG, PNG, WebP',
uploadByURLCancel: 'Cancel',
diff --git a/src/components/ImageCard/ImageUploader.test.jsx b/src/components/ImageCard/ImageUploader.test.jsx
index a1b5738189..d6230aca8d 100644
--- a/src/components/ImageCard/ImageUploader.test.jsx
+++ b/src/components/ImageCard/ImageUploader.test.jsx
@@ -25,7 +25,7 @@ describe('ImageUploader', () => {
// const { container } = render(