diff --git a/js/panel_controller.js b/js/panel_controller.js index d46c69fd..0f3af5ad 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -84,12 +84,12 @@ if (count > 0) { extension.navigator.setBadgeText(count); if (inboxOpened === true && appWindow) { - appWindow.contentWindow.document.title = "Signal (" + count + ")"; + appWindow.contentWindow.document.title = "Cable (" + count + ")"; } } else { extension.navigator.setBadgeText(""); if (inboxOpened === true && appWindow) { - appWindow.contentWindow.document.title = "Signal"; + appWindow.contentWindow.document.title = "Cable"; } } };