Skip to content

Commit

Permalink
Fix grammar mistake in menu
Browse files Browse the repository at this point in the history
'more of' -> 'more from'
  • Loading branch information
vfsfitvnm authored Sep 23, 2023
2 parents 964fa42 + a0cab24 commit 6e83b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ fun MediaItemMenu(
artistsInfo?.forEach { (authorId, authorName) ->
MenuEntry(
icon = R.drawable.person,
text = "More of $authorName",
text = "More from $authorName",
onClick = {
onDismiss()
onGoToArtist(authorId)
Expand Down

0 comments on commit 6e83b8b

Please sign in to comment.