Bug 1695671 - Update strings in the global menubar r=Gijs,flod

Differential Revision: https://phabricator.services.mozilla.com/D107533
This commit is contained in:
Greg Tatum
2021-03-09 20:17:32 +00:00
parent 80df1398f3
commit 7a69fc1e6f
6 changed files with 32 additions and 36 deletions

View File

@@ -2068,7 +2068,7 @@ var BookmarkingUI = {
// that only require a label using the menubar.ftl messages.
let menuItemL10nId = isStarred
? "menu-bookmark-edit"
: "menu-bookmark-this-page";
: "menu-bookmark-current-tab";
let menuItem = document.getElementById("menu_bookmarkThisPage");
if (menuItem) {