From 0880258dadcca7af141e329ab2930ab3de7ca112 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Thu, 15 Jul 2021 18:21:42 +0200 Subject: [PATCH] chore(video): add dots to loading text --- src/components/VideoElement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VideoElement.js b/src/components/VideoElement.js index c91db295..5de5acd2 100644 --- a/src/components/VideoElement.js +++ b/src/components/VideoElement.js @@ -33,7 +33,7 @@ export function VideoElement({ streamUrl, loading }) { return (Your browser is not supported) if (loading) - return Loading episode + return Loading episode... if (!streamUrl || streamUrl.length === 0) return No video selected