Skip to content

Commit

Permalink
Missing translation for a contextmenu item
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Apr 17, 2024
1 parent 0acc48a commit f94c00b
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 f94c00b

Please sign in to comment.