-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78b27ce
commit 3ce1edf
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ struct ContactView: UIViewControllerRepresentable { | |
let controller = MFMailComposeViewController() | ||
controller.mailComposeDelegate = context.coordinator | ||
controller.setToRecipients(["[email protected]"]) | ||
controller.setSubject("Bouncer Support (v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "")") | ||
controller.setSubject("Bouncer Support (v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""))") | ||
return controller | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ | |
"ERROR" = "Error"; | ||
"EMPTY_IMPORT_FILE" = "The file you selected contained no rules."; | ||
"IMPORT_ERROR %@" = "There was an error importing the selected file.\n\n%@"; | ||
"NEED_HELP" = "Need help?"; | ||
"NEED_HELP" = "Need more help?"; | ||
"ASK_ANYTHING" = "Ask anything!"; | ||
"NO_EMAIL_CONFIGURED" = "It seems you don't have an email account set up. You can write me directly at [email protected]"; | ||
"SETUP_INFO" = "Enable SMS filtering"; | ||
|