From 96f2f7cd95d28aa749e896b738e53e3b52a98df8 Mon Sep 17 00:00:00 2001 From: Stephen <158498287+0-Blu@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:30:15 -0400 Subject: [PATCH] Update SettingsViewController.swift Signed-off-by: Stephen <158498287+0-Blu@users.noreply.github.com> --- AltStore/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 4b66ddbc..e3111fdc 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -608,7 +608,7 @@ extension SettingsViewController }) // Option 3: Mail - alertController.addAction(UIAlertAction(title: "Mail", style: .default) { _ in + alertController.addAction(UIAlertAction(title: "Send Email", style: .default) { _ in if MFMailComposeViewController.canSendMail() { let mailViewController = MFMailComposeViewController() mailViewController.mailComposeDelegate = self