diff --git a/client/src/components/bunny-video-modal.tsx b/client/src/components/bunny-video-modal.tsx index 750e81c..4957de0 100644 --- a/client/src/components/bunny-video-modal.tsx +++ b/client/src/components/bunny-video-modal.tsx @@ -220,7 +220,7 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit, videos /> ) : (
-

Video not available

+

Video nicht verfügbar

)} diff --git a/client/src/components/video-grid.tsx b/client/src/components/video-grid.tsx index a310438..8943f73 100644 --- a/client/src/components/video-grid.tsx +++ b/client/src/components/video-grid.tsx @@ -88,11 +88,11 @@ export default function VideoGrid({ videos, isLoading, hasMore, onLoadMore, view {isLoading ? ( <>
- Loading... + Wird geladen... ) : ( <> - Load More Videos + Weitere Videos laden )} diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index ff0ad0d..0f5222e 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -49,7 +49,7 @@ export default function FolxStadlPage() { if (isLoading) { return (
-
Loading...
+
Wird geladen...
); } diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 07ee55b..5b7bc41 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -411,7 +411,7 @@ export default function VideoPage() { /> ) : (
-

Video not available

+

Video nicht verfügbar

)} @@ -487,7 +487,7 @@ export default function VideoPage() { {/* Recommended videos sidebar */}
-

Recommended Videos

+

Empfohlene Videos

{recommendedVideos.slice(0, 10).map((video) => ( diff --git a/go4-video-social-share.png b/go4-video-social-share.png new file mode 100644 index 0000000..e69de29