Unify frontend German UI copy

This commit is contained in:
AzuTear
2026-06-17 14:11:30 +02:00
parent 12cf63ef49
commit 6b679937fe
12 changed files with 59 additions and 59 deletions
@@ -33,7 +33,7 @@ const currentSeason = computed(() => store.adminSeasonDetail)
{{ currentSeason.currentPhase || 'Kein Status' }}
</span>
<span class="rounded-full border border-violet-100 bg-white px-3 py-1.5 text-xs font-semibold text-slate-600">
{{ currentSeason.isCurrent ? 'Public-Jahr' : 'Nicht aktiv' }}
{{ currentSeason.isCurrent ? 'Oeffentliches Jahr' : 'Nicht aktiv' }}
</span>
</div>