fix: weitere fehlende Umlaute (Hinzufuegen, Eintraege, Passwoerter, erhaelt, enthaelt etc)

This commit is contained in:
christian
2026-05-26 14:58:08 +00:00
parent f8a2d5cb0a
commit 0265b43010
10 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ bootstrapSuperAdmin()
.catch(err => console.error('Bootstrap-Fehler:', err))
.finally(() => {
app.listen(PORT, '0.0.0.0', () => {
console.log(`Backend laeuft auf Port ${PORT}`);
console.log(`Backend läuft auf Port ${PORT}`);
});
});