diff --git a/Tusker/Screens/Utilities/Previewing.swift b/Tusker/Screens/Utilities/Previewing.swift index 7467551a..55457d4f 100644 --- a/Tusker/Screens/Utilities/Previewing.swift +++ b/Tusker/Screens/Utilities/Previewing.swift @@ -294,9 +294,9 @@ extension MenuActionProvider { })) } - actionsSection.append(UIMenu(title: "Delete Status", image: UIImage(systemName: "trash"), children: [ + actionsSection.append(UIMenu(title: "Delete Post", image: UIImage(systemName: "trash"), children: [ UIAction(title: "Cancel", handler: { _ in }), - UIAction(title: "Delete Status", image: UIImage(systemName: "trash"), attributes: .destructive, handler: { [weak self] _ in + UIAction(title: "Delete Post", image: UIImage(systemName: "trash"), attributes: .destructive, handler: { [weak self] _ in guard let self, let navigationDelegate = self.navigationDelegate else { return