mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-25 15:37:12 +00:00
Fix i18n
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user