Missing translation for a contextmenu item
This commit is contained in:
parent
0acc48af48
commit
f94c00b68a
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