From c87f6ed2d3551ab5487d90a6b9ce4a566abe268a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 13 Jan 2018 15:09:52 -0500 Subject: [PATCH] i18n service to tabs background --- src/background/main.background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background/main.background.ts b/src/background/main.background.ts index d0b17258676..18a4c0f43b4 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) {