fixed typo (#460)
This commit is contained in:
committed by
GitHub
parent
b0b9b4de08
commit
1302ca3a3e
@@ -191,7 +191,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
{:else}
|
{:else}
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
We found 0 result for your search here.
|
We found 0 results for your search here.
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</ModalContainer>
|
</ModalContainer>
|
||||||
|
|||||||
@@ -357,7 +357,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
{#if !resultNotes.length && searchQuery && !searching}
|
{#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
|
{#if plugin.settings.simpleSearch && searchQuery
|
||||||
.split(SPACE_OR_PUNCTUATION)
|
.split(SPACE_OR_PUNCTUATION)
|
||||||
.some(w => w.length < 3)}
|
.some(w => w.length < 3)}
|
||||||
|
|||||||
Reference in New Issue
Block a user