From a078ecd456c37d1f6379ffb9d5809f4bbf989af1 Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Thu, 23 Nov 2023 17:17:59 +0300 Subject: [PATCH] Fixed #7314 - File Upload - Allow uploading valid files and display an error message in case of invalid files at the same time - Updated error message text --- src/localization/english.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/english.ts b/src/localization/english.ts index d3941a995a..51452f161b 100644 --- a/src/localization/english.ts +++ b/src/localization/english.ts @@ -46,7 +46,7 @@ export var englishStrings = { urlGetChoicesError: "The request returned empty data or the 'path' property is incorrect", exceedMaxSize: "The file size should not exceed {0}.", - noUploadFilesHandler: "You haven't added a handler for the onUploadFiles event.", + noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event.", otherRequiredError: "Response required: enter another value.", uploadingFile: "Your file is uploading. Please wait several seconds and try again.",