Bug 1889943 - use renamed Bugzilla component 'Firefox :: Translations' in moz.build files. r=translations-reviewers,nordzilla

Rename had been done in bug 1885175.

Differential Revision: https://phabricator.services.mozilla.com/D206778
This commit is contained in:
Sebastian Hengst 2024-04-08 19:20:47 +00:00
parent 79f25c6302
commit b1a1b99c3d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Firefox", "Translation")
BUG_COMPONENT = ("Firefox", "Translations")
BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"]

View File

@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Firefox", "Translation")
BUG_COMPONENT = ("Firefox", "Translations")
EXTRA_JS_MODULES.translation = [
"cld2/cld-worker.js",

View File

@ -7,7 +7,7 @@ SPHINX_TREES["/toolkit/components/translations"] = "docs"
JAR_MANIFESTS += ["jar.mn"]
with Files("**"):
BUG_COMPONENT = ("Firefox", "Translation")
BUG_COMPONENT = ("Firefox", "Translations")
DIRS += ["actors"]