Skip to content

Commit

Permalink
Merge pull request #2634 from mozilla/missingTranslation
Browse files Browse the repository at this point in the history
Missing translation for a contextmenu item
  • Loading branch information
dannycolin committed Apr 22, 2024
2 parents 0acc48a + f94c00b commit 1537e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background/assignManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});

Expand Down

0 comments on commit 1537e9f

Please sign in to comment.