diff --git a/src/js/test/test-ui.js b/src/js/test/test-ui.js index 44fe10239..1862eeff8 100644 --- a/src/js/test/test-ui.js +++ b/src/js/test/test-ui.js @@ -615,7 +615,10 @@ export function updateModesNotice() { if (Config.layout !== "default") { $(".pageTest #testModesNotice").append( - `
${Config.layout}
` + `
emulating ${Config.layout.replace( + /_/g, + " " + )}
` ); }