issue #930 fixed - language not used properly

This commit is contained in:
Rohan Temgire 2023-03-20 23:50:59 +05:30
parent 964fa42a0f
commit a0cab24483

View file

@ -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)