mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
JS: Switch from Humbug to Zulip in user-visible text.
(imported from commit 968d4f4ac84a6612492d8d063ede7dab5a2c5786)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user