diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-02-08 11:38:12 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-02-08 11:38:12 +0100 |
| commit | 5fd4bbf6a5101b1604e8173a6fd9ce3e81029f0a (patch) | |
| tree | 67c1eb5745b0c4b2ac5813070219e5d2fcd2a49b | |
| parent | 0435181802f6cc9119fb6a540da648896865c11b (diff) | |
| download | mullvadvpn-5fd4bbf6a5101b1604e8173a6fd9ce3e81029f0a.tar.xz mullvadvpn-5fd4bbf6a5101b1604e8173a6fd9ce3e81029f0a.zip | |
iOS: Update footnote in Settings
| -rw-r--r-- | ios/MullvadVPN/PreferencesViewModel.swift | 4 | ||||
| -rw-r--r-- | ios/MullvadVPN/en.lproj/Preferences.strings | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ios/MullvadVPN/PreferencesViewModel.swift b/ios/MullvadVPN/PreferencesViewModel.swift index 02107280b9..2289c4241c 100644 --- a/ios/MullvadVPN/PreferencesViewModel.swift +++ b/ios/MullvadVPN/PreferencesViewModel.swift @@ -53,8 +53,8 @@ enum CustomDNSPrecondition { return NSAttributedString(markdownString: NSLocalizedString( "CUSTOM_DNS_DISABLE_ADTRACKER_BLOCKING_FOOTNOTE", tableName: "Preferences", - value: "Disable **Block ads** and **Block trackers** to activate this setting.", - comment: "Foot note displayed when custom DNS cannot be enabled, because ad/tracker blockers features should be disabled first." + value: "Disable **Block ads**, **Block trackers** and **Block malware** to activate this setting.", + comment: "Foot note displayed when custom DNS cannot be enabled, because ad/tracker/malware blockers features should be disabled first." ), font: preferredFont) } } diff --git a/ios/MullvadVPN/en.lproj/Preferences.strings b/ios/MullvadVPN/en.lproj/Preferences.strings index 1bbb0150a5..bc466ccd8b 100644 --- a/ios/MullvadVPN/en.lproj/Preferences.strings +++ b/ios/MullvadVPN/en.lproj/Preferences.strings @@ -13,8 +13,8 @@ /* No comment provided by engineer. */ "CUSTOM_DNS_CELL_LABEL" = "Use custom DNS"; -/* Foot note displayed when custom DNS cannot be enabled, because ad/tracker blockers features should be disabled first. */ -"CUSTOM_DNS_DISABLE_ADTRACKER_BLOCKING_FOOTNOTE" = "Disable **Block ads** and **Block trackers** to activate this setting."; +/* Foot note displayed when custom DNS cannot be enabled, because ad/tracker/malware blockers features should be disabled first. */ +"CUSTOM_DNS_DISABLE_ADTRACKER_BLOCKING_FOOTNOTE" = "Disable **Block ads**, **Block trackers** and **Block malware** to activate this setting."; /* Foot note displayed if there are no DNS entries, but table view is not in editing mode. */ "CUSTOM_DNS_NO_DNS_ENTRIES_EDITING_OFF_FOOTNOTE" = "Tap **Edit** to add at least one DNS server."; |
