summaryrefslogtreecommitdiff
path: root/static/js/src/profile.js
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
committeryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
commit36202d8defb26f87264914f60c39c768cff3729e (patch)
treea57224b8bba7fc7a7c65a8c3b0408847e9043a3d /static/js/src/profile.js
parentd220d620e425ee6128c83229467e3ccac8f3ebf2 (diff)
Hump.fm: remove dump.fm branding
Diffstat (limited to 'static/js/src/profile.js')
-rwxr-xr-xstatic/js/src/profile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/profile.js b/static/js/src/profile.js
index 1fa6610..180fdf8 100755
--- a/static/js/src/profile.js
+++ b/static/js/src/profile.js
@@ -80,7 +80,7 @@ function setupUploadAvatar(elementId) {
} else if (r == 'NOT_LOGGED_IN') {
location.reload();
} else if (r == 'INVALID_IMAGE') {
- alert("Sorry, dump.fm can't deal with your image. Pick another :(");
+ alert("Sorry, hump.fm can't deal with your image. Pick another :(");
return;
} else if (r.match(/FILE_TOO_BIG/)) {
var maxSize = r.split(" ")[1] / 1024;