mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Spelling fix
This commit is contained in:
parent
e806004fdf
commit
bc31c63dde
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
</a>
|
||||
<button @click="loadMore" v-if="!loading" class="more btn-blue">Load More</button>
|
||||
</template>
|
||||
<p class="nope" v-else>Play a song to retreive related YouTube videos.</p>
|
||||
<p class="nope" v-else>Play a song to retrieve related YouTube videos.</p>
|
||||
<p class="nope" v-show="loading">Loading…</p>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue