From 8f1d54247be300a8b92c608908a9a1e3190e8d7d Mon Sep 17 00:00:00 2001
From: Frank Elsinga
Date: Mon, 5 Jan 2026 20:58:24 +0100
Subject: [PATCH] allow translating "Basic radio toggle button group"
---
src/lang/en.json | 1 +
src/pages/SetupDatabase.vue | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/lang/en.json b/src/lang/en.json
index 7324aead5..3783ae4d8 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1247,6 +1247,7 @@
"imageResetConfirmation": "Image reset to default",
"screenshot of the website": "Screenshot of the website",
"Basic checkbox toggle button group": "Basic checkbox toggle button group",
+ "Basic radio toggle button group": "Basic radio toggle button group",
"avgPing": "Avg Ping",
"maxPing": "Max Ping",
"minPing": "Min Ping"
diff --git a/src/pages/SetupDatabase.vue b/src/pages/SetupDatabase.vue
index 81738a98b..6b3983d1c 100644
--- a/src/pages/SetupDatabase.vue
+++ b/src/pages/SetupDatabase.vue
@@ -33,7 +33,7 @@
{{ $t("setupDatabaseChooseDatabase") }}
-