Skip to content

Commit

Permalink
Fixed #7314 - File Upload - Allow uploading valid files and display a…
Browse files Browse the repository at this point in the history
…n error message in case of invalid files at the same time - Updated error message text
  • Loading branch information
tsv2013 committed Nov 23, 2023
1 parent dec3c5e commit a078ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit a078ecd

Please sign in to comment.