Unify wording

This commit is contained in:
Arkadiusz Fal 2022-08-17 00:34:48 +02:00
parent a6f2ff9f52
commit a96756d220
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -150,7 +150,7 @@ struct HistorySettings: View {
"Are you sure you want to clear history of watched videos?"
),
message: Text(
"This cannot be undone. You might need to switch between views or restart the app to see changes."
"This cannot be reverted. You might need to switch between views or restart the app to see changes."
),
primaryButton: .destructive(Text("Clear All")) {
player.removeAllWatches()