diff --git a/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx b/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx index a5a098868..018c319f4 100644 --- a/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx +++ b/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx @@ -115,9 +115,11 @@ const TestCaseImportFromBonnieDialogQDM = ({ open, handleClose, onImport }) => { {...getInputProps()} /> {isDragActive ? ( -

Drop the files here ...

+

Drop the files here ...

) : ( -

Drag 'n' drop some files here, or click to select files

+

+ Drag 'n' drop some files here, or click to select files +

)}