Merge remote-tracking branch 'origin/main'
# Conflicts: # apps/web/app/[locale]/home/[account]/members-cms/[memberId]/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user