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") }}
-