From 636a5f13e1130f99b090e2da1faa05471b58f2fd Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Wed, 10 Jul 2013 15:57:05 -0400 Subject: [PATCH] JS: Switch from Humbug to Zulip in user-visible text. (imported from commit 968d4f4ac84a6612492d8d063ede7dab5a2c5786) --- zephyr/static/js/blueslip.js | 2 +- zephyr/static/js/notifications.js | 2 +- zephyr/static/js/zephyr.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zephyr/static/js/blueslip.js b/zephyr/static/js/blueslip.js index ae5f00e875..69d3b89523 100644 --- a/zephyr/static/js/blueslip.js +++ b/zephyr/static/js/blueslip.js @@ -79,7 +79,7 @@ function report_error(msg, stack, opts) { // probably try to reload anyway. ui.report_message("Oops. It seems something has gone wrong. " + "The error has been reported to the fine " + - "folks at Humbug, but, in the mean time, " + + "folks at Zulip, but, in the mean time, " + "please try reloading the page.", $("#home-error"), "alert-error"); } diff --git a/zephyr/static/js/notifications.js b/zephyr/static/js/notifications.js index 9d02d06fa2..ec973368f0 100644 --- a/zephyr/static/js/notifications.js +++ b/zephyr/static/js/notifications.js @@ -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; diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index 373290c767..ce6a42bb28 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -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,