Bug 1557846 - don't localize gfx fallback names in about:support, r=jrmuizel

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Gijs Kruitbosch 2019-06-20 21:24:25 +00:00
parent f9e0ad7f00
commit 09d295885a

View File

@ -611,7 +611,7 @@ var snapshotFormatters = {
if (featureLog.fallbacks.length) {
for (let fallback of featureLog.fallbacks) {
addRow("workarounds", fallback.name, [new Text(fallback.message)]);
addRow("workarounds", "#" + fallback.name, [new Text(fallback.message)]);
}
} else {
$("graphics-workarounds-tbody").style.display = "none";