We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524afe4 commit d312751Copy full SHA for d312751
1 file changed
src/localization/English/localization.english.ts
@@ -20,7 +20,7 @@ export const DropzoneEnglish: LocalLabels = {
20
validFilesMessage: (numberOfValidFiles, maxFiles) => `Files ${numberOfValidFiles}/${maxFiles}`
21
},
22
fakeuploadsuccess: "File was successfully uploaded",
23
- fakeUploadError: "Error on uploading. PLease try again later.",
+ fakeUploadError: "Error on uploading. Please try again later.",
24
}
25
26
/**
0 commit comments