diff --git a/app/client/src/components/designSystems/appsmith/FilePickerComponent.tsx b/app/client/src/components/designSystems/appsmith/FilePickerComponent.tsx index 4a58ff53b5..0665f0d672 100644 --- a/app/client/src/components/designSystems/appsmith/FilePickerComponent.tsx +++ b/app/client/src/components/designSystems/appsmith/FilePickerComponent.tsx @@ -23,7 +23,7 @@ class FilePickerComponent extends React.Component< }; render() { - let label = "Select files"; + let label = this.props.label; if (this.props.files && this.props.files.length) { label = `${this.props.files.length} files selected`; }