From d7e3dfe56f2a1c359b6d0d8a60e7d4e14170f3ef Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Tue, 2 Sep 2025 13:39:28 +0000 Subject: [PATCH] Improve video content type and field labels for clarity Update various content type labels and placeholder text within the admin interface for better user experience and clarity. This includes refining music genres and show episode descriptions, as well as updating the placeholder for original filenames. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 170e18f0-0f13-4eca-8643-546bba1dd8cc Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/170e18f0-0f13-4eca-8643-546bba1dd8cc/I3Y90ej --- client/src/pages/admin.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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" />