This commit is contained in:
Proddy
2023-07-11 21:30:50 +02:00
parent eb7ed0c524
commit 156d5a02d3

View File

@@ -54,7 +54,7 @@ const UploadFileForm: FC = () => {
if (err.message === 'The user aborted a request') {
toast.warning(LL.UPLOAD() + ' ' + LL.ABORTED());
} else if (err.message === 'Network Error') {
toast.warning('Invalid file extension');
toast.warning('Invalid file extension or incompatible bin file');
} else {
toast.error(err.message);
}