chore: i18n pass on table

This commit is contained in:
izzy
2026-01-13 09:53:51 +00:00
parent 26d2b41e05
commit 259e93d2c6
2 changed files with 2 additions and 4 deletions
@@ -215,7 +215,7 @@
{#if integrityReport.nextCursor}
<tfoot>
<HStack class="mt-4 items-center justify-center">
<Button color="primary" onclick={() => loadMore()}>Load More</Button>
<Button color="primary" onclick={() => loadMore()}>{$t('load_more')}</Button>
</HStack>
</tfoot>
{/if}