diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index ac8b8c8..865f5e5 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -171,7 +171,7 @@ export default function VideoPage() { try { await navigator.clipboard.writeText(getShareUrl()); const notification = document.createElement('div'); - notification.textContent = 'Link copied!'; + notification.textContent = 'Link kopiert!'; notification.className = 'fixed top-4 right-4 bg-green-500 text-white px-4 py-2 rounded-lg z-50 transition-opacity duration-300'; document.body.appendChild(notification); setTimeout(() => { @@ -187,7 +187,7 @@ export default function VideoPage() { if (videoLoading) { return (