Changed some strings

This commit is contained in:
ManeraKai 2023-03-06 17:44:06 +03:00
parent a78e337f9e
commit e3474b4b96
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 2 additions and 2 deletions

View File

@ -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"],
})
}