Skip to content

Commit

Permalink
feat: localize search failed message
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 27, 2024
1 parent d2551e1 commit 52a5562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/mods/ModGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
{/each}
</div>
{:else if $mods.error && $mods.error.message.includes("'Search' failed on the 'min' tag")}
<p>Your search query does not seem valid, please provide more than two characters!</p>
{$t('search.failed.query-too-short')}
{:else if $mods.error}
<p>Oh no... {$mods.error.message}</p>
{:else}
Expand Down

0 comments on commit 52a5562

Please sign in to comment.