summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-11-16 11:48:47 +0100
committerAndrej Mihajlov <and@mullvad.net>2021-11-16 11:48:47 +0100
commit21e92cde7d2695b9d72c96de16dae2e494166ecf (patch)
tree0f88c384f825aa594b23c05e5140f297d77ff801
parent0e9d42add24a04cbdd145e3a671e0282ba400e7c (diff)
parent2ce01dc9c4415f6cd6ab8fae2b02ae8bd869b621 (diff)
downloadmullvadvpn-21e92cde7d2695b9d72c96de16dae2e494166ecf.tar.xz
mullvadvpn-21e92cde7d2695b9d72c96de16dae2e494166ecf.zip
Merge branch 'pr-update-translations'
-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";