Skip to content

Commit 52a5562

Browse files
committed
feat: localize search failed message
1 parent d2551e1 commit 52a5562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/mods/ModGrid.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
{/each}
213213
</div>
214214
{:else if $mods.error && $mods.error.message.includes("'Search' failed on the 'min' tag")}
215-
<p>Your search query does not seem valid, please provide more than two characters!</p>
215+
{$t('search.failed.query-too-short')}
216216
{:else if $mods.error}
217217
<p>Oh no... {$mods.error.message}</p>
218218
{:else}

0 commit comments

Comments
 (0)