about summary refs log tree commit diff stats
path: root/src/pages/background
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/background')
-rw-r--r--src/pages/background/background.js2
1 files changed, 1 insertions, 1 deletions
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"],
 })