diff options
Diffstat (limited to 'src/pages/background')
-rw-r--r-- | src/pages/background/background.js | 4 |
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"], }) } |