summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/ProblemReportSubmissionOverlayView.swift2
-rw-r--r--ios/MullvadVPN/en.lproj/ProblemReport.strings2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/ProblemReportSubmissionOverlayView.swift b/ios/MullvadVPN/ProblemReportSubmissionOverlayView.swift
index 47fb1028df..fadff38f70 100644
--- a/ios/MullvadVPN/ProblemReportSubmissionOverlayView.swift
+++ b/ios/MullvadVPN/ProblemReportSubmissionOverlayView.swift
@@ -77,7 +77,7 @@ class ProblemReportSubmissionOverlayView: UIView {
format: NSLocalizedString(
"CONTACT_BACK_EMAIL_MESSAGE_FORMAT",
tableName: "ProblemReport",
- value: "If needed we will contact you on %@",
+ value: "If needed we will contact you at %@",
comment: ""
), email)
let emailAttributedString = NSMutableAttributedString(string: emailText)
diff --git a/ios/MullvadVPN/en.lproj/ProblemReport.strings b/ios/MullvadVPN/en.lproj/ProblemReport.strings
index 77925ca36a..41641fbcee 100644
--- a/ios/MullvadVPN/en.lproj/ProblemReport.strings
+++ b/ios/MullvadVPN/en.lproj/ProblemReport.strings
@@ -1,5 +1,5 @@
/* No comment provided by engineer. */
-"CONTACT_BACK_EMAIL_MESSAGE_FORMAT" = "If needed we will contact you on %@";
+"CONTACT_BACK_EMAIL_MESSAGE_FORMAT" = "If needed we will contact you at %@";
/* Placeholder for description text view. */
"DESCRIPTION_TEXTVIEW_PLACEHOLDER" = "Please describe your problem in English or Swedish";