Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vfsfitvnm/ViMusic
Browse files Browse the repository at this point in the history
Sync up with vfsfitvnm's repository
  • Loading branch information
Sublimeful committed Oct 24, 2023
2 parents 507b0fb + 6e83b8b commit e6bdd6c
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 e6bdd6c

Please sign in to comment.