On a regular UITableView, you can use titleForDeleteConfirmationButtonForRowAtIndexPath to change the title of the swipe to delete button. Can this be done on a ForEach in SwiftUI?
Is there a way to change the title of the swipe to delete button in SwiftUI?
Here is a workaround
https://stackoverflow.com/a/68318584/1122517