diff --git a/chrome/content/zotero/tabs.js b/chrome/content/zotero/tabs.js index 8aa3a4ccd1..d3cdbefe9b 100644 --- a/chrome/content/zotero/tabs.js +++ b/chrome/content/zotero/tabs.js @@ -80,7 +80,7 @@ var Zotero_Tabs = new function () { iconBackgroundImage: tab.iconBackgroundImage }))); var { tab } = this._getTab(this._selectedID); - document.title = (tab.title.length ? tab.title + ' - ' : '') + 'Zotero'; + document.title = (tab.title.length ? tab.title + ' - ' : '') + Zotero.appName; this._updateTabBar(); // Hide any tab `title` tooltips that might be open window.Zotero_Tooltip.stop();