Update text to German for video card information

Changed button text from 'Pokaži manj'/'Pokaži več' to 'Weniger anzeigen'/'Mehr anzeigen' in the video-card component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1/4DOsXkx
This commit is contained in:
sebastjanartic 2025-09-02 15:57:30 +00:00
parent b1b7dae384
commit 8c6ca390b0

View File

@ -311,7 +311,7 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay
}}
className="text-white/60 hover:text-white/80 text-sm transition-colors duration-200"
>
{showMoreInfo ? 'Pokaži manj' : 'Pokaži več'}
{showMoreInfo ? 'Weniger anzeigen' : 'Mehr anzeigen'}
</button>
{/* Expandable info */}