From ad4d74ea45be6b227027588f6515fb22fafc335a Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 19:04:59 +0000 Subject: Refactor UI: dump classes -> hump --- static/js/src/away.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/src/away.js') 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); -- cgit v1.2.3-70-g09d2