diff --git a/src/UI/UIWindowThemeDialog.js b/src/UI/UIWindowThemeDialog.js index 6f39c142a..6ebcf3d95 100644 --- a/src/UI/UIWindowThemeDialog.js +++ b/src/UI/UIWindowThemeDialog.js @@ -48,7 +48,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () { const Button = ({ label }) => { const el = document.createElement('button'); - el.textContent = label ?? i18n('reset'); + el.textContent = label; el.classList.add('button', 'button-block'); return { appendTo (parent) {