Merge pull request #2634 from mozilla/missingTranslation

Missing translation for a contextmenu item
This commit is contained in:
Danny Colin 2024-04-22 15:35:47 -04:00 committed by GitHub
commit 1537e9f6f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -764,7 +764,7 @@ window.assignManager = {
async initBookmarksMenu() {
browser.contextMenus.create({
id: this.OPEN_IN_CONTAINER,
title: "Open Bookmark in Container Tab",
title: browser.i18n.getMessage("openBookmarkInContainerTab"),
contexts: ["bookmark"],
});