Consolidate duplicate messages into a single one

This commit is contained in:
hurxxxx
2025-05-01 13:16:47 +09:00
parent 1ca5d532b8
commit d72e41c563
56 changed files with 4 additions and 212 deletions

View File

@@ -265,7 +265,7 @@
{/each}
{:else}
<div class=" text-gray-500 text-xs mt-1 mb-2">
{$i18n.t('No files found.')}
{$i18n.t('File not found.')}
</div>
{/if}
</div> -->