Is there a way to change the title of the swipe to delete button in SwiftUI?

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?

Here is a workaround

https://stackoverflow.com/a/68318584/1122517

Is there a way to change the title of the swipe to delete button in SwiftUI?
 
 
Q