diff options
| author | mojganii <mojgan.jelodar@mullvad.net> | 2025-09-08 14:37:06 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-09-18 09:53:40 +0200 |
| commit | 1c3938d52ac2e03636c757fe511337eb0dc36430 (patch) | |
| tree | 8307dfb7fec25417d0898eefcf62b1cb3b4ac928 /ios/MullvadVPN/View controllers/ProblemReport | |
| parent | b8a3f1bd251188051e1928a455e901d81c6c364a (diff) | |
| download | mullvadvpn-1c3938d52ac2e03636c757fe511337eb0dc36430.tar.xz mullvadvpn-1c3938d52ac2e03636c757fe511337eb0dc36430.zip | |
Adjust strings based on other platforms
Diffstat (limited to 'ios/MullvadVPN/View controllers/ProblemReport')
| -rw-r--r-- | ios/MullvadVPN/View controllers/ProblemReport/ProblemReportSubmissionOverlayView.swift | 6 | ||||
| -rw-r--r-- | ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewModel.swift | 19 |
2 files changed, 8 insertions, 17 deletions
diff --git a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportSubmissionOverlayView.swift b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportSubmissionOverlayView.swift index bdbb9e1819..dc48a678c7 100644 --- a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportSubmissionOverlayView.swift +++ b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportSubmissionOverlayView.swift @@ -74,10 +74,8 @@ class ProblemReportSubmissionOverlayView: UIView { return [ NSAttributedString( string: NSLocalizedString( - """ - If you exit the form and try again later, the information you already entered will still \ - be here. - """, + "If you exit the form and try again later, the information you " + + "already entered will still be here.", comment: "" ) ), diff --git a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewModel.swift b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewModel.swift index e7113b2b2c..58d4269326 100644 --- a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewModel.swift +++ b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewModel.swift @@ -15,21 +15,16 @@ struct ProblemReportViewModel { static let navigationTitle = NSLocalizedString("Report a problem", comment: "") static let subheadLabelText = NSLocalizedString( - """ - To help you more effectively, your app’s log file will be attached to \ - this message. Your data will remain secure and private, as it is anonymised \ - before being sent over an encrypted channel. - """, + "To help you more effectively, your app’s log file will be attached to this message. " + + "Your data will remain secure and private, as it is anonymised before being " + + "sent over an encrypted channel.", comment: "" ) static let emailPlaceholderText = NSLocalizedString("Your email (optional)", comment: "") static let messageTextViewPlaceholder = NSLocalizedString( - """ - To assist you better, please write in English or Swedish and \ - include which country you are connecting from. - """, + "To assist you better, please write in English or Swedish and include which country you are connecting from.", comment: "" ) @@ -38,10 +33,8 @@ struct ProblemReportViewModel { static let sendLogsButtonTitle = NSLocalizedString("Send", comment: "") static let emptyEmailAlertWarning = NSLocalizedString( - """ - You are about to send the problem report without a way for us to get back to you. \ - If you want an answer to your report you will have to enter an email address. - """, + "You are about to send the problem report without a way for us to get back to you. " + + "If you want an answer to your report you will have to enter an email address.", comment: "" ) |
