mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
JS: Switch from Humbug to Zulip in user-visible text.
(imported from commit 968d4f4ac84a6612492d8d063ede7dab5a2c5786)
This commit is contained in:
@@ -64,7 +64,7 @@ $(function () {
|
||||
// feedback and should always show up as an autocomplete option.
|
||||
if (people_dict['feedback@humbughq.com'] === undefined){
|
||||
add_person({"email": "feedback@humbughq.com",
|
||||
"full_name": "Humbug Feedback Bot"});
|
||||
"full_name": "Zulip Feedback Bot"});
|
||||
}
|
||||
|
||||
activity.set_user_statuses(page_params.initial_presences,
|
||||
|
||||
Reference in New Issue
Block a user