Skip to content

Commit

Permalink
Fix a typo in lib/pages/lyrics/synced_lyrics.dart (#933)
Browse files Browse the repository at this point in the history
"Synced lyrics is not ..." -> "Synced lyrics are not ..."
  • Loading branch information
Ultra980 authored Dec 8, 2023
1 parent b59bea1 commit 66d492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/lyrics/synced_lyrics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class SyncedLyrics extends HookConsumerWidget {
children: [
const TextSpan(
text:
"Synced lyrics is not available for this song. Please use the",
"Synced lyrics are not available for this song. Please use the",
),
TextSpan(
text: " Plain Lyrics ",
Expand Down

0 comments on commit 66d492b

Please sign in to comment.