From 21e87a6412b4dac679846884af16f744bc152eca Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 30 Jan 2023 15:46:10 +0300 Subject: Fixed locales and other typing stuff --- src/pages/background/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/background') diff --git a/src/pages/background/background.js b/src/pages/background/background.js index d5160ff2..d78efc24 100644 --- a/src/pages/background/background.js +++ b/src/pages/background/background.js @@ -104,7 +104,7 @@ browser.contextMenus.create({ browser.contextMenus.create({ id: "redirectToOriginal", - title: 'Redirect to original', + title: browser.i18n.getMessage("redirectToOriginal"), contexts: ["browser_action"], }) -- cgit 1.4.1