Skip to content

Commit

Permalink
Make mail subject more general
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas committed Apr 18, 2017
1 parent 1153e10 commit 9a870bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trySwift/MoreTableViewController.swift
Expand Up @@ -201,7 +201,7 @@ private extension MoreTableViewController {
}

func showConferenceFeedback() {
let configuration = MailConfiguration(recipients: ["info@tryswift.co"], subject: "Conference feedback via try! NYC app")
let configuration = MailConfiguration(recipients: ["info@tryswift.co"], subject: "Conference feedback via try! Conference app")
sendMail(withConfiguration: configuration)
}

Expand Down

0 comments on commit 9a870bc

Please sign in to comment.