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 @@