about summary refs log tree commit diff stats
path: root/src/pages/background/background.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/background/background.js')
-rw-r--r--src/pages/background/background.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/background/background.js b/src/pages/background/background.js
index 6110e78b..41de8f97 100644
--- a/src/pages/background/background.js
+++ b/src/pages/background/background.js
@@ -149,13 +149,13 @@ if (!isChrome) {
 
 	browser.contextMenus.create({
 		id: "reverseBookmark",
-		title: 'Reverse redirect',
+		title: 'Redirect To Original',
 		contexts: ["bookmark"],
 	})
 
 	browser.contextMenus.create({
 		id: "copyReverseBookmark",
-		title: 'Copy Reverse',
+		title: 'Copy Original',
 		contexts: ["bookmark"],
 	})
 }