From a2ee5297a0b87ea1a6e15333860e4082f8a47021 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Tue, 25 Mar 2025 00:15:10 +0100
Subject: [PATCH] Uprava textu

---
 .gitlab-ci.yml         | 4 ++--
 VERSION                | 2 +-
 templates/live.html.ep | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e89260..10d3766 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,10 @@
-image: docker:20.10.9
+image: docker:latest
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
 
 services:
-  - docker:20.10.9-dind
+  - docker:dind
 
 before_script:
   - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
diff --git a/VERSION b/VERSION
index f90b1af..0bee604 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.2
+2.3.3
diff --git a/templates/live.html.ep b/templates/live.html.ep
index 2278146..4b0938e 100644
--- a/templates/live.html.ep
+++ b/templates/live.html.ep
@@ -20,7 +20,7 @@ $('#Streams').bootstrapTable({
     onClickCell: function (field, value, row, $element) {
         window.location.href = '/play/' + row.key;
     },
-    formatNoMatches: function() { return '<p class="text-4xl">Aktuálně neprobíhá žádné živé vysílání</p>' },
+    formatNoMatches: function() { return '<p class="text-4xl">Aktuálně neprobíhá žádné veřejné živé vysílání. Pro zobrazení neveřejných vysílání se prosím <a href="<%= $c->oauth2->authorize %>">přihlaste</a></p>' },
 });
 
 function rowStyle(row, index) {
-- 
GitLab