diff --git a/client/src/pages/admin.tsx b/client/src/pages/admin.tsx index 15ba42a..51404ce 100644 --- a/client/src/pages/admin.tsx +++ b/client/src/pages/admin.tsx @@ -357,8 +357,8 @@ function EditVideoDialog({ - 🎵 Music Video - 🎭 Show/Episode + Music Video + Show/Episode @@ -373,14 +373,14 @@ function EditVideoDialog({ - 🎵 Volksmusik - 🏔️ Traditional Alpine - 💃 Polka - 🕺 Waltz - 🎤 Schlager - 🎙️ Interview - 📺 Talk Show - 🎭 Folk Show + Folk Music + Traditional Alpine + Polka + Waltz + Schlager + Interview + Talk Show + Folk Show @@ -413,12 +413,12 @@ function EditVideoDialog({
- + setFormData({ ...formData, filename: e.target.value })} className="bg-white/10 border-white/20 text-white" - placeholder="Original filename..." + placeholder="Original filename from CDN..." />
@@ -433,7 +433,7 @@ function EditVideoDialog({ /> {formData.episodeNumber && (

- 🎭 Show mode: Fields above adjusted for episode content + Show mode: Fields above adjusted for episode content

)} @@ -444,7 +444,7 @@ function EditVideoDialog({ value={formData.episodeTitle} onChange={(e) => setFormData({ ...formData, episodeTitle: e.target.value })} className="bg-white/10 border-white/20 text-white" - placeholder="e.g., Folx Stadl Special" + placeholder="e.g., Folk Show Special" />