From f9455dc5ab562222c58860d4881109ba5f0a58f3 Mon Sep 17 00:00:00 2001 From: UnwishingMoon <11472973+UnwishingMoon@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:55:22 +0100 Subject: [PATCH] Removed wrong translation and used v-if instead of hidden --- src/lang/en.json | 1 - src/pages/SetupDatabase.vue | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index c5427ad3f..1736167c8 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1370,7 +1370,6 @@ "expectedTlsAlertDescription": "Select the TLS alert you expect the server to return. Use {code} to verify mTLS endpoints reject connections without client certificates. See {link} for details.", "TLS Alert Spec": "RFC 8446", "mariadbSocketPathDetectedHelptext": "Connecting to the database as specified via the {0} environment variable.", - "mariadbSocketEnvVariable": "UPTIME_KUMA_DB_SOCKET", "Expand All Groups": "Expand All Groups", "Collapse All Groups": "Collapse All Groups" } diff --git a/src/pages/SetupDatabase.vue b/src/pages/SetupDatabase.vue index ccdd20976..0f4f96ecc 100644 --- a/src/pages/SetupDatabase.vue +++ b/src/pages/SetupDatabase.vue @@ -79,7 +79,7 @@