Skip to content

Commit

Permalink
Update feedback email address to shared mailbox
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbro authored Oct 22, 2023
1 parent 911c347 commit 19f3c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class MenuViewController: UIViewController {
select(.help)

case .feedback:
let alertController = UIAlertController(email: GDLocalizationUnnecessary("oliverappspirations@gmail.com"),
let alertController = UIAlertController(email: GDLocalizationUnnecessary("community.soundscape@gmail.com"),
subject: GDLocalizedString("settings.feedback.subject"),
preferredStyle: .actionSheet) { [weak self] (mailClient) in
if let mailClient = mailClient {
Expand Down

0 comments on commit 19f3c3a

Please sign in to comment.