fixed typo (#460)
This commit is contained in:
committed by
GitHub
parent
b0b9b4de08
commit
1302ca3a3e
@@ -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>
|
||||
|
||||
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user