Fix grammar mistake in menu
'more of' -> 'more from'
This commit is contained in:
commit
6e83b8b83d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue