mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +00:00
Unify wording
This commit is contained in:
parent
a6f2ff9f52
commit
a96756d220
@ -222,7 +222,7 @@ struct PlaylistFormView: View {
|
|||||||
.alert(isPresented: $presentingDeleteConfirmation) {
|
.alert(isPresented: $presentingDeleteConfirmation) {
|
||||||
Alert(
|
Alert(
|
||||||
title: Text("Are you sure you want to delete playlist?"),
|
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),
|
primaryButton: .destructive(Text("Delete"), action: deletePlaylistAndDismiss),
|
||||||
secondaryButton: .cancel()
|
secondaryButton: .cancel()
|
||||||
)
|
)
|
||||||
|
@ -150,7 +150,7 @@ struct HistorySettings: View {
|
|||||||
"Are you sure you want to clear history of watched videos?"
|
"Are you sure you want to clear history of watched videos?"
|
||||||
),
|
),
|
||||||
message: Text(
|
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")) {
|
primaryButton: .destructive(Text("Clear All")) {
|
||||||
player.removeAllWatches()
|
player.removeAllWatches()
|
||||||
|
Loading…
Reference in New Issue
Block a user