Fix typo
This commit is contained in:
@@ -83,7 +83,7 @@ fun InHistoryMediaItemMenu(
|
|||||||
|
|
||||||
if (isHiding) {
|
if (isHiding) {
|
||||||
ConfirmationDialog(
|
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 },
|
onDismiss = { isHiding = false },
|
||||||
onConfirm = {
|
onConfirm = {
|
||||||
onDismiss()
|
onDismiss()
|
||||||
|
|||||||
Reference in New Issue
Block a user