diff options
Diffstat (limited to 'static/js/src/profile.js')
| -rwxr-xr-x | static/js/src/profile.js | 2 |
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; |
