Fix i18n bugs

This commit is contained in:
2025-08-30 16:36:39 +02:00
parent 7948fed103
commit c2c52dbe45
7 changed files with 22 additions and 22 deletions
@@ -45,7 +45,7 @@ titleStore.title = data.value ? tKey(data.value, 'title').value : undefined;
`/hunt/${data ? tSluggy(data.hunt).value : sluggy(huntSlug!)}`
)
"
>{{ t('pages.common.back_to_hunt') }}</VaButton
>{{ t('page.common.back_to_hunt') }}</VaButton
>
<VaButton icon="replay" color="success" @click="refresh"
>Refresh</VaButton