Skip to content

Commit d312751

Browse files
committed
[REF]: Improve default fake upload error message
1 parent 524afe4 commit d312751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/localization/English/localization.english.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const DropzoneEnglish: LocalLabels = {
2020
validFilesMessage: (numberOfValidFiles, maxFiles) => `Files ${numberOfValidFiles}/${maxFiles}`
2121
},
2222
fakeuploadsuccess: "File was successfully uploaded",
23-
fakeUploadError: "Error on uploading. PLease try again later.",
23+
fakeUploadError: "Error on uploading. Please try again later.",
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)