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 0d9a0010..99dda03a 100644
--- a/src/pages/background/background.js
+++ b/src/pages/background/background.js
@@ -86,7 +86,7 @@ browser.commands.onCommand.addListener(async command => {
 
 browser.contextMenus.create({
 	id: "settings",
-	title: browser.i18n.getMessage("Settings"),
+	title: browser.i18n.getMessage("settings"),
 	contexts: ["browser_action"],
 })