Merge pull request #2634 from mozilla/missingTranslation
Missing translation for a contextmenu item
This commit is contained in:
commit
1537e9f6f2
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ window.assignManager = {
|
||||||
async initBookmarksMenu() {
|
async initBookmarksMenu() {
|
||||||
browser.contextMenus.create({
|
browser.contextMenus.create({
|
||||||
id: this.OPEN_IN_CONTAINER,
|
id: this.OPEN_IN_CONTAINER,
|
||||||
title: "Open Bookmark in Container Tab",
|
title: browser.i18n.getMessage("openBookmarkInContainerTab"),
|
||||||
contexts: ["bookmark"],
|
contexts: ["bookmark"],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue