issue #930 fixed - language not used properly
This commit is contained in:
parent
964fa42a0f
commit
a0cab24483
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