Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/lineup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// validation allow-list in event-validation.ts, the admin dropdown + filter
// checkboxes) derives from it.
export const CATEGORY_LABELS: Record<string, string> = {
musik: 'Musik', film: 'Film', performance: 'Performance', kinder: 'Kinder', vortrag: 'Vortrag', break: 'Break',
musik: 'Musik', film: 'Film', performance: 'Performance', kinder: 'Kinder', vortrag: 'Vortrag', party: 'Party', comedy: 'Comedy', break: 'Break',
}

/** Canonical ordered list of slot categories (insertion order of CATEGORY_LABELS). */
Expand Down