diff --git a/l10n/l10n.js b/l10n/l10n.js index 5949ce90..bb9391d7 100644 --- a/l10n/l10n.js +++ b/l10n/l10n.js @@ -215,7 +215,7 @@ Object.defineProperty(window, 'l10n', { if (localized !== undefined) { $el.innerText = localized; } else { - console.debug(`Unsupported l10n token detected: "${token}"`, $el); + console.debug(`Unsupported l10n token detected: "${token}" (locale "${activeLocale}")`, $el); } }); }; diff --git a/templates/connection.html b/templates/connection.html index 62394883..c9e65cb7 100644 --- a/templates/connection.html +++ b/templates/connection.html @@ -1,4 +1,8 @@ +
@@ -259,4 +263,8 @@