Merge remote-tracking branch 'origin/main'

# Conflicts:
#	apps/web/app/[locale]/home/[account]/members-cms/[memberId]/page.tsx
This commit is contained in:
T. Zehetbauer
2026-04-02 23:37:19 +02:00
13 changed files with 127 additions and 71 deletions

View File

@@ -95,7 +95,8 @@ export function ApplicationWorkflow({
<div className="flex items-center justify-between">
<h2 className="text-lg font-semibold">Aufnahmeanträge</h2>
<p className="text-muted-foreground text-sm">
{applications.length} Antrag{applications.length !== 1 ? 'e' : ''}
{applications.length}{' '}
{applications.length === 1 ? 'Antrag' : 'Anträge'}
</p>
</div>