]> jfr.im git - uguu.git/blobdiff - static/js/app.js
Update README.md
[uguu.git] / static / js / app.js
index d70808b370d2991355393ac6efe2c9688381f3cf..eecf7799e8ab265277b92297533fee42da72e532 100644 (file)
@@ -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);
     }
   }