We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9983e4 commit 9ed4ef1Copy full SHA for 9ed4ef1
1 file changed
frontend/src/lib/components/mods-list/ModsList.svelte
@@ -195,7 +195,7 @@
195
<T defaultValue="Show all" keyName="mods-list.show-all"/>
196
</button>
197
{:else}
198
- <p class="text-xl text-center text-surface-400-700-token"><T defaultValue="No mods matching your filters" keyName="mods-list.no-mods-filtered"/></p>
+ <p class="text-xl text-center text-surface-400-700-token"><T defaultValue="No mods matching your search" keyName="mods-list.no-mods-filtered"/></p>
199
<button
200
class="btn variant-filled-primary mt-4"
201
on:click={() => {
0 commit comments