summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-03-27 15:57:04 +0200
committerAndrej Mihajlov <and@mullvad.net>2023-03-27 15:57:04 +0200
commit8c0908aae988fd4c62161ce539d374508ec1b01e (patch)
tree70397d324198d53188a99354558ed2dcfb57d088
parentf09026b7d8509e9d737c31671562fe2d9ba7a9f7 (diff)
parent34688a4855d2ac50d1ac61d2009ee361101a589c (diff)
downloadmullvadvpn-8c0908aae988fd4c62161ce539d374508ec1b01e.tar.xz
mullvadvpn-8c0908aae988fd4c62161ce539d374508ec1b01e.zip
Merge branch 'change-apostrpohe-in-all-texts-ios-43'
-rw-r--r--ios/MullvadVPN/View controllers/Login/LoginContentView.swift2
-rw-r--r--ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController.swift2
-rw-r--r--ios/MullvadVPN/View controllers/TermsOfService/TermsOfServiceContentView.swift2
3 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPN/View controllers/Login/LoginContentView.swift b/ios/MullvadVPN/View controllers/Login/LoginContentView.swift
index 07f63631bb..b113dfbda6 100644
--- a/ios/MullvadVPN/View controllers/Login/LoginContentView.swift
+++ b/ios/MullvadVPN/View controllers/Login/LoginContentView.swift
@@ -76,7 +76,7 @@ class LoginContentView: UIView {
textLabel.text = NSLocalizedString(
"CREATE_BUTTON_HEADER_LABEL",
tableName: "Login",
- value: "Don't have an account number?",
+ value: "Don’t have an account number?",
comment: ""
)
return textLabel
diff --git a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController.swift b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController.swift
index 4a1bd4596b..58c51bba0d 100644
--- a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController.swift
+++ b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController.swift
@@ -43,7 +43,7 @@ final class ProblemReportViewController: UIViewController, UITextFieldDelegate {
textLabel.text = NSLocalizedString(
"SUBHEAD_LABEL",
tableName: "ProblemReport",
- value: "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.",
+ value: "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: ""
)
return textLabel
diff --git a/ios/MullvadVPN/View controllers/TermsOfService/TermsOfServiceContentView.swift b/ios/MullvadVPN/View controllers/TermsOfService/TermsOfServiceContentView.swift
index 58cf8b590e..3d70174119 100644
--- a/ios/MullvadVPN/View controllers/TermsOfService/TermsOfServiceContentView.swift
+++ b/ios/MullvadVPN/View controllers/TermsOfService/TermsOfServiceContentView.swift
@@ -39,7 +39,7 @@ class TermsOfServiceContentView: UIView {
bodyLabel.text = NSLocalizedString(
"PRIVACY_NOTICE_BODY",
tableName: "TermsOfService",
- value: "You have a right to privacy. That’s why we never store activity logs, don't ask for personal information, and encourage anonymous payments.\n\nIn some situations, as outlined in our privacy policy, we might process personal data that you choose to send, for example if you email us.\n\nWe strongly believe in retaining as little data as possible because we want you to remain anonymous.",
+ value: "You have a right to privacy. That’s why we never store activity logs, don’t ask for personal information, and encourage anonymous payments.\n\nIn some situations, as outlined in our privacy policy, we might process personal data that you choose to send, for example if you email us.\n\nWe strongly believe in retaining as little data as possible because we want you to remain anonymous.",
comment: ""
)
return bodyLabel