diff --git a/src/zen/common/ZenStartup.mjs b/src/zen/common/ZenStartup.mjs index ff8278933..ddaef1213 100644 --- a/src/zen/common/ZenStartup.mjs +++ b/src/zen/common/ZenStartup.mjs @@ -47,12 +47,12 @@ setTimeout(() => { gZenUIManager.init(); this._checkForWelcomePage(); - }, 0); - document.l10n.setAttributes( - document.getElementById('tabs-newtab-button'), - 'tabs-toolbar-new-tab' - ); + document.l10n.setAttributes( + document.getElementById('tabs-newtab-button'), + 'tabs-toolbar-new-tab' + ); + }, 0); } catch (e) { console.error('ZenThemeModifier: Error initializing browser layout', e); }