mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Fix a typo in lib/pages/lyrics/synced_lyrics.dart (#933)
"Synced lyrics is not ..." -> "Synced lyrics are not ..."
This commit is contained in:
parent
b59bea16f0
commit
66d492b4b3
@ -201,7 +201,7 @@ class SyncedLyrics extends HookConsumerWidget {
|
|||||||
children: [
|
children: [
|
||||||
const TextSpan(
|
const TextSpan(
|
||||||
text:
|
text:
|
||||||
"Synced lyrics is not available for this song. Please use the",
|
"Synced lyrics are not available for this song. Please use the",
|
||||||
),
|
),
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text: " Plain Lyrics ",
|
text: " Plain Lyrics ",
|
||||||
|
Loading…
Reference in New Issue
Block a user