From eb377fe5887571e11cedc58277c35074ba3c948b Mon Sep 17 00:00:00 2001
From: tpjanssen <25168870+tpjanssen@users.noreply.github.com>
Date: Wed, 1 Nov 2023 13:16:17 +0100
Subject: [PATCH] Changed button caption
---
web/src/routes/System.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx
index b57569a43..eb094faa2 100644
--- a/web/src/routes/System.jsx
+++ b/web/src/routes/System.jsx
@@ -354,7 +354,7 @@ export default function System() {
href={config.cameras[camera]['webui_url']}
target="_blank"
>
- visit
+ Web UI
)}