Fix a typo in lib/pages/lyrics/synced_lyrics.dart (#933)

"Synced lyrics is not ..." -> "Synced lyrics are not ..."
This commit is contained in:
Alex Stan 2023-12-08 07:20:22 +02:00 committed by GitHub
parent b59bea16f0
commit 66d492b4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ",