Skip to content

Commit

Permalink
Merge pull request #1310 from ebkr/no-search-results
Browse files Browse the repository at this point in the history
Improve empty mod list notification
  • Loading branch information
anttimaki authored Apr 29, 2024
2 parents 82452c2 + 2081568 commit b1c3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/OnlineModView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div>
<div class="in-mod-list" v-else-if="getPaginationSize() === 0">
<p class="notification margin-right">
No mods with that name found
{{thunderstoreModList.length ? "No mods matching search found": "No mods available"}}
</p>
</div>
<br/>
Expand Down

0 comments on commit b1c3ec1

Please sign in to comment.