diff --git a/client/js/lounge.js b/client/js/lounge.js index eaa4f3dc..49bb54ae 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -775,7 +775,7 @@ $(function() { if (msg.type === "invite") { title = "New channel invite:"; - body = msg.from + " invited you to " + msg.text; + body = msg.from + " invited you to " + msg.channel; } else { title = msg.from; if (!isQuery) {