allow translating "Basic radio toggle button group"

This commit is contained in:
Frank Elsinga 2026-01-05 20:58:24 +01:00
parent aa2563a507
commit 8f1d54247b
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -33,7 +33,7 @@
{{ $t("setupDatabaseChooseDatabase") }}
</p>
<div class="btn-group" role="group" aria-label="Basic radio toggle button group">
<div class="btn-group" role="group" :aria-label="$t('Basic radio toggle button group')">
<template v-if="info.isEnabledEmbeddedMariaDB">
<input id="btnradio3" v-model="dbConfig.type" type="radio" class="btn-check" autocomplete="off" value="embedded-mariadb">