allow translating "Basic radio toggle button group"
This commit is contained in:
parent
aa2563a507
commit
8f1d54247b
@ -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"
|
||||
|
||||
@ -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">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user