summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js')
-rw-r--r--static/js/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index f7c3bbd..09c7dd6 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -758,7 +758,7 @@ function setupUpload(elementId, roomKey) {
var r = $.trim(response);
if (r.match(/FILE_TOO_BIG/)) {
var maxSize = r.split(" ")[1] / 1024;
- alert("Sorry. Your file is just too fucking big. "
+ alert("Sorry. Your file is just too darn big. "
+ maxSize + "KB or less please.");
return;
} else if (r.match(/FILE_NOT_IMAGE/)) {