mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
Fix i18n
This commit is contained in:
parent
f7916cfa74
commit
b1e6e0c25a
@ -48,7 +48,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
|
|||||||
|
|
||||||
const Button = ({ label }) => {
|
const Button = ({ label }) => {
|
||||||
const el = document.createElement('button');
|
const el = document.createElement('button');
|
||||||
el.textContent = label ?? i18n('reset');
|
el.textContent = label;
|
||||||
el.classList.add('button', 'button-block');
|
el.classList.add('button', 'button-block');
|
||||||
return {
|
return {
|
||||||
appendTo (parent) {
|
appendTo (parent) {
|
||||||
|
Loading…
Reference in New Issue
Block a user