fix: missing translation strings

This commit is contained in:
2025-05-14 15:59:34 +00:00
parent 45b06e4478
commit 81cf2cf413
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ prf.reload();
<AimeOptions />
<MiscOptions />
<OptionCategory
title="Extensions"
:title="t('cfg.extensions.title')"
v-if="prf.current?.meta.game === 'chunithm'"
>
<OptionRow :title="t('cfg.extensions.saekawa')">

View File

@ -203,7 +203,7 @@ const tryStart = () => {
v-tooltip="disabledTooltip"
:disabled="disabledTooltip !== null"
icon="pi pi-play"
label="START"
:label="t('start.button.start')"
aria-label="start"
size="small"
class="m-2.5"