JS: Switch from Humbug to Zulip in user-visible text.

(imported from commit 968d4f4ac84a6612492d8d063ede7dab5a2c5786)
This commit is contained in:
Jessica McKellar
2013-07-10 15:57:05 -04:00
parent d7ebd7ed84
commit 636a5f13e1
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ exports.update_title_count = function (new_message_count) {
var n;
var new_title = (new_message_count ? ("(" + new_message_count + ") ") : "")
+ page_params.domain + " - Humbug";
+ page_params.domain + " - Zulip";
if (document.title === new_title) {
return;