diff --git a/src/background/main.background.ts b/src/background/main.background.ts index d0b1725867..18a4c0f43b 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -147,7 +147,7 @@ export default class MainBackground { // Background this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService, - this.platformUtilsService, this.storageService); + this.platformUtilsService, this.storageService, this.i18nService); this.tabsBackground = new TabsBackground(this, this.platformUtilsService); if (!this.isSafari) {