X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/4b7727f772fdf9691abde14375e2bbf98487084a..8b70bc30ce00e8a90339b3eef9a32a2ce66c74f7:/static/js/app.js?ds=inline diff --git a/static/js/app.js b/static/js/app.js index d70808b..eecf779 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -131,10 +131,10 @@ document.addEventListener('DOMContentLoaded', function() { link.textContent = 'File too big!'; url.appendChild(link); } else if (respStatus === 415) { - link.textContent = 'File not allowed lol!'; + link.textContent = 'Filetype not allowed!'; url.appendChild(link); } else { - link.textContent = 'Filetype not allowed or server error!'; + link.textContent = 'Server error!'; url.appendChild(link); } }