summaryrefslogtreecommitdiff
path: root/static/js/src/away.js
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
commitad4d74ea45be6b227027588f6515fb22fafc335a (patch)
treedc33e854cc1f6f7d12ca746edef0e844be17f97f /static/js/src/away.js
parentae480c44c59a9e77ea279f2208dd7f932079e078 (diff)
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/js/src/away.js')
-rwxr-xr-xstatic/js/src/away.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/away.js b/static/js/src/away.js
index 8d910f3..bbb54e0 100755
--- a/static/js/src/away.js
+++ b/static/js/src/away.js
@@ -17,7 +17,7 @@ window.Away = {
"updateTitle": function () {
if (Away.UnseenMsgCounter > 0) {
var plural = Away.UnseenMsgCounter > 1 ? 's' : '';
- $('title').text(Away.UnseenMsgCounter + ' new dump' + plural + '! | ' + Away.OrigTitle);
+ $('title').text(Away.UnseenMsgCounter + ' new hump' + plural + '! | ' + Away.OrigTitle);
}
setTimeout(Away.updateTitle, Away.UpdateFrequency);