Bug 1865787 - Add missing fluent files to aboutAddonsExtra.js. r=mkmelin

Differential Revision: https://phabricator.services.mozilla.com/D194605

--HG--
extra : moz-landing-system : lando
This commit is contained in:
John Bieling 2023-11-24 23:03:50 +00:00
Родитель d144ae8777
Коммит 30dc449d9f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -27,6 +27,8 @@ XPCOMUtils.defineLazyPreferenceGetter(
);
(async function () {
window.MozXULElement.insertFTLIfNeeded("branding/brand.ftl");
window.MozXULElement.insertFTLIfNeeded("toolkit/about/aboutAddons.ftl");
window.MozXULElement.insertFTLIfNeeded("messenger/aboutAddonsExtra.ftl");
// Needed for webext-perms-description-experiment.
window.MozXULElement.insertFTLIfNeeded("messenger/extensionPermissions.ftl");