Merge pull request #2634 from mozilla/missingTranslation
Missing translation for a contextmenu item
This commit is contained in:
Коммит
1537e9f6f2
|
@ -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"],
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче