From 81d13491feb5bb3b13ff90a56ca67a0b9cd687b0 Mon Sep 17 00:00:00 2001 From: Gian-Carlo Pascutto Date: Thu, 11 Jun 2026 17:51:24 +0200 Subject: [PATCH] rename Firefox Enterprise product to Enterprise Products The product was renamed in Bugzilla from "Firefox Enterprise" to "Enterprise Products" (verified active via the Bugzilla product API). --- app/global.mjs | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/global.mjs b/app/global.mjs index 2844a1e..48d7941 100644 --- a/app/global.mjs +++ b/app/global.mjs @@ -13,9 +13,9 @@ const g = { "Core", "Developer Infrastructure", "DevTools", + "Enterprise Products", "External Software Affecting Firefox", "Firefox Build System", - "Firefox Enterprise", "Firefox for Android", "Firefox for iOS", "Firefox", diff --git a/index.html b/index.html index 48a12b1..646d783 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ "bugtable": "./app/bugtable.mjs?128cb6524e5d0568dcd5f4d646cec2b9", "bugzilla": "./app/bugzilla.mjs?19d143e25cc1a67f89963ad8556ba46c", "dialog": "./app/dialog.mjs?8c2b0b6af0aa3d362f724856cba39482", - "global": "./app/global.mjs?fbdd7e766cf89a39067950550f24f04d", + "global": "./app/global.mjs?199fc2f5b0456cbd1c61686060d3c15c", "menus": "./app/menus.mjs?f766e80f5362fc3c647559fac6755822", "tabs": "./app/tabs.mjs?0553c5fead3541a3c81e2f357795b1d3", "tabs/beta": "./app/tabs/beta.mjs?590b7c9936790717155c21da70f37222",