Skip to content

Commit

Permalink
Changed some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Mar 6, 2023
1 parent a78e337 commit e3474b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
})
}
Expand Down

0 comments on commit e3474b4

Please sign in to comment.