diff --git a/web/src/lib/utils/file-uploader.ts b/web/src/lib/utils/file-uploader.ts index 4e75fe4e0d..4aa4b81e2e 100644 --- a/web/src/lib/utils/file-uploader.ts +++ b/web/src/lib/utils/file-uploader.ts @@ -38,7 +38,8 @@ export const openFileUploadDialog = (uploadType: UploadType) => { if (files.length > 50) { notificationController.show({ - message: `Cannot upload more than 50 files at a time - you are uploading ${files.length} files`, + message: `Cannot upload more than 50 files at a time - you are uploading ${files.length} files. + Please use the CLI tool if you need to upload more than 50 files.`, type: NotificationType.Error });