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 /> <AimeOptions />
<MiscOptions /> <MiscOptions />
<OptionCategory <OptionCategory
title="Extensions" :title="t('cfg.extensions.title')"
v-if="prf.current?.meta.game === 'chunithm'" v-if="prf.current?.meta.game === 'chunithm'"
> >
<OptionRow :title="t('cfg.extensions.saekawa')"> <OptionRow :title="t('cfg.extensions.saekawa')">

View File

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