Show edition year instead of program name platform-wide
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m33s

Change program selectors and display labels from full program name
to "2026 Edition" format across admin, jury, mentor, observer, and
public pages. Selector labels changed from "Program" to "Edition".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 19:52:52 +01:00
parent 86d38ba743
commit e34cafebbf
19 changed files with 30 additions and 29 deletions

View File

@@ -132,7 +132,7 @@ export function SubmissionDetailClient() {
</Badge>
</div>
<p className="text-muted-foreground">
{project.round.program.name} {project.round.program.year} - {project.round.name}
{project.round.program.year} Edition - {project.round.name}
</p>
</div>
</div>

View File

@@ -138,7 +138,7 @@ export function MySubmissionClient() {
<div>
<CardTitle className="text-lg">{project.title}</CardTitle>
<CardDescription>
{project.round.program.name} {project.round.program.year} - {project.round.name}
{project.round.program.year} Edition - {project.round.name}
</CardDescription>
</div>
<Badge variant={statusColors[project.status] || 'secondary'}>