diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-11-16 11:48:47 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-11-16 11:48:47 +0100 |
| commit | 21e92cde7d2695b9d72c96de16dae2e494166ecf (patch) | |
| tree | 0f88c384f825aa594b23c05e5140f297d77ff801 | |
| parent | 0e9d42add24a04cbdd145e3a671e0282ba400e7c (diff) | |
| parent | 2ce01dc9c4415f6cd6ab8fae2b02ae8bd869b621 (diff) | |
| download | mullvadvpn-21e92cde7d2695b9d72c96de16dae2e494166ecf.tar.xz mullvadvpn-21e92cde7d2695b9d72c96de16dae2e494166ecf.zip | |
Merge branch 'pr-update-translations'
| -rw-r--r-- | ios/MullvadVPN/ProblemReportSubmissionOverlayView.swift | 2 | ||||
| -rw-r--r-- | ios/MullvadVPN/en.lproj/ProblemReport.strings | 2 |
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"; |
