Fix typo
This commit is contained in:
parent
149d0a6ce3
commit
28e69756d9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ fun InHistoryMediaItemMenu(
|
|||
|
||||
if (isHiding) {
|
||||
ConfirmationDialog(
|
||||
text = "Do you really hide this song? Its playback time and cache will be wiped.\nThis action is irreversible.",
|
||||
text = "Do you really want to hide this song? Its playback time and cache will be wiped.\nThis action is irreversible.",
|
||||
onDismiss = { isHiding = false },
|
||||
onConfirm = {
|
||||
onDismiss()
|
||||
|
|
Loading…
Reference in a new issue