mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Unify wording
This commit is contained in:
@@ -222,7 +222,7 @@ struct PlaylistFormView: View {
|
||||
.alert(isPresented: $presentingDeleteConfirmation) {
|
||||
Alert(
|
||||
title: Text("Are you sure you want to delete playlist?"),
|
||||
message: Text("Playlist \"\(playlist.title)\" will be deleted.\nIt cannot be undone."),
|
||||
message: Text("Playlist \"\(playlist.title)\" will be deleted.\nIt cannot be reverted."),
|
||||
primaryButton: .destructive(Text("Delete"), action: deletePlaylistAndDismiss),
|
||||
secondaryButton: .cancel()
|
||||
)
|
||||
|
Reference in New Issue
Block a user