mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Unify wording
This commit is contained in:
parent
a6f2ff9f52
commit
a96756d220
@ -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()
|
||||
)
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user