Rename profile modal to 'Dein Profile', put username and checkbox on same line with 'Veröffentlichen' label

This commit is contained in:
Kato
2026-09-03 21:55:57 +00:00
parent 0cc668621f
commit 9bd0f79304
+1
View File
@@ -359,6 +359,7 @@ async function loadWiki() {
wikiContainer.innerHTML = '';
const isEN = document.body.dataset.lang === 'en';
console.log('loadWiki: isEN =', isEN);
const topics = {};
result.data.forEach(item => {