diff --git a/Mail/Views/Thread List/FlushFolderAlertView.swift b/Mail/Views/Thread List/FlushFolderAlertView.swift index e3a18a476..34ac3ad0a 100644 --- a/Mail/Views/Thread List/FlushFolderAlertView.swift +++ b/Mail/Views/Thread List/FlushFolderAlertView.swift @@ -55,8 +55,7 @@ struct FlushFolderAlertView: View { Text(description) .textStyle(.body) - ModalButtonsView(primaryButtonTitle: MailResourcesStrings.Localizable.buttonConfirm, - secondaryButtonTitle: MailResourcesStrings.Localizable.buttonClose) { + ModalButtonsView(primaryButtonTitle: MailResourcesStrings.Localizable.buttonConfirm) { if let folder, flushAlert.deletedMessages == nil { @InjectService var matomo: MatomoUtils matomo.track(eventWithCategory: .threadList, name: "empty\(folder.matomoName.capitalized)Confirm")