Skip to content

Commit 3a05957

Browse files
committed
Follow desktop copy for DNS warnings
1 parent af377c3 commit 3a05957

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ios/MullvadVPN/View controllers/VPNSettings/CustomDNSCellFactory.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ final class CustomDNSCellFactory: CellFactoryProtocol {
154154
cell.titleLabel.text = NSLocalizedString(
155155
"CUSTOM_DNS_CELL_LABEL",
156156
tableName: "VPNSettings",
157-
value: "Use custom DNS",
157+
value: "Use custom DNS server",
158158
comment: ""
159159
)
160160
cell.setEnabled(viewModel.customDNSPrecondition == .satisfied)

ios/MullvadVPN/View controllers/VPNSettings/CustomDNSViewController.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ extension CustomDNSViewController: DNSSettingsDataSourceDelegate {
112112
value: """
113113
When this feature is enabled it stops the device from contacting certain \
114114
domains or websites known for distributing ads, malware, trackers and more. \
115+
115116
This might cause issues on certain websites, services, and apps.
116-
Attention: this setting cannot be used in combination with **Use custom DNS**.
117+
Attention: this setting cannot be used in combination with **Use custom DNS server**.
117118
""",
118119
comment: ""
119120
), options: MarkdownStylingOptions(font: .preferredFont(forTextStyle: .body)))

0 commit comments

Comments
 (0)