Fix typo in app.js

This commit is contained in:
2025-05-28 04:39:10 +02:00
parent 5f9846bc62
commit b8090d2264

View File

@@ -428,8 +428,8 @@ function updateSpiritOverlay(spirit) {
<h2 style='padding:0; margin:0;'>${spirit.Name || 'Spirit'}</h2><br>
<b>${spirit.Kategorie || ''}</b>${spirit.Herkunft ? ' <i>(' + spirit.Herkunft : ''})</i><br><br>
<b>Mythos:</b> ${spirit["Mythos/Legende"] || ''}<br><br>
<b>Charakter:</b> ${spirit.Charakter || ''}<br>
<b>Rolle:</b> ${spirit["Funktion/Rolle"] || ''}<br>
<b>Charakter:</b> ${spirit.Charakter || ''}<br>
`;
}