);
}
@@ -51,6 +49,9 @@ export default function VideoGrid({ videos, isLoading, hasMore, onLoadMore, view
if (videos.length === 0) {
return (
+
No videos found
@@ -87,12 +88,14 @@ export default function VideoGrid({ videos, isLoading, hasMore, onLoadMore, view
>
{isLoading ? (
<>
-
-
Wird geladen...
+
+
Loading more...
>
) : (
<>
-
Weitere Videos laden
+
Load more videos
>
)}
diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx
index ed4b25f..2e875a8 100644
--- a/client/src/pages/FolxStadlPage.tsx
+++ b/client/src/pages/FolxStadlPage.tsx
@@ -78,7 +78,13 @@ export default function FolxStadlPage() {
if (isLoading) {
return (
-
Wird geladen...
+
+
+
go4.video
+
Loading FOLX STADL...
+
);
}
diff --git a/client/src/pages/GeschichteLiedPage.tsx b/client/src/pages/GeschichteLiedPage.tsx
index 5cf3e8c..d1fcdba 100644
--- a/client/src/pages/GeschichteLiedPage.tsx
+++ b/client/src/pages/GeschichteLiedPage.tsx
@@ -80,7 +80,13 @@ export default function GeschichteLiedPage() {
if (isLoading) {
return (
-
Wird geladen...
+
+
+
go4.video
+
Loading GESCHICHTE VUM LIED...
+
);
}
diff --git a/client/src/pages/GipfelstammtischPage.tsx b/client/src/pages/GipfelstammtischPage.tsx
index 0271018..e43e2e3 100644
--- a/client/src/pages/GipfelstammtischPage.tsx
+++ b/client/src/pages/GipfelstammtischPage.tsx
@@ -80,7 +80,13 @@ export default function GipfelstammtischPage() {
if (isLoading) {
return (
-
Wird geladen...
+
+
+
go4.video
+
Loading GIPFELSTAMMTISCH...
+
);
}
diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx
index ea7ab1a..e51de47 100644
--- a/client/src/pages/VideoPage.tsx
+++ b/client/src/pages/VideoPage.tsx
@@ -256,7 +256,13 @@ export default function VideoPage() {
if (videoLoading) {
return (
-
Lade Video...
+
+
+
go4.video
+
Loading video...
+
);
}
@@ -264,7 +270,13 @@ export default function VideoPage() {
if (!currentVideo) {
return (
-
Video nicht gefunden
+
+
+
go4.video
+
Video not found
+
);
}