Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/library/edit-lyrics/PublishLyrics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const publishLyrics = async () => {
plainLyrics,
syncedLyrics
})
toast.success('Your lyrics has been published successfully! It might take up to 24 hours to be visible on the search results.')
toast.success('Your lyrics have been published successfully! It might take up to 24 hours to be visible on the search results.')
} catch (error) {
isError.value = true
console.error(error)
Expand Down
2 changes: 1 addition & 1 deletion src/components/library/my-lrclib/EditLyrics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<AsyncCodemirror
v-if="shouldLoadCodeMirror"
v-model="unifiedLyrics"
placeholder="Lyrics is currently empty"
placeholder="Lyrics are currently empty"
class="codemirror-custom h-full outline-none"
:autofocus="true"
:indent-with-tab="true"
Expand Down