fixed typo (#460)

This commit is contained in:
Max Niclas Wächtler
2025-05-05 20:19:37 +02:00
committed by GitHub
parent b0b9b4de08
commit 1302ca3a3e
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@
{/each}
{:else}
<div style="text-align: center;">
We found 0 result for your search here.
We found 0 results for your search here.
</div>
{/if}
</ModalContainer>

View File

@@ -357,7 +357,7 @@
{/each}
<div style="text-align: center;">
{#if !resultNotes.length && searchQuery && !searching}
We found 0 result for your search here.
We found 0 results for your search here.
{#if plugin.settings.simpleSearch && searchQuery
.split(SPACE_OR_PUNCTUATION)
.some(w => w.length < 3)}