Skip to content

Commit

Permalink
Change foot note when custom DNS conflicts with content blockers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Jun 3, 2022
1 parent feb6239 commit 282da61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/MullvadVPN/PreferencesViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ enum CustomDNSPrecondition {
case .conflictsWithOtherSettings:
return NSAttributedString(
string: NSLocalizedString(
"CUSTOM_DNS_DISABLE_ADTRACKER_BLOCKING_FOOTNOTE",
"CUSTOM_DNS_DISABLE_CONTENT_BLOCKERS_FOOTNOTE",
tableName: "Preferences",
value: "Disable all content blockers (under Preferences) to activate this setting.",
comment: "Foot note displayed when custom DNS cannot be enabled, because ad/tracker/malware blockers features should be disabled first."
comment: "Foot note displayed when custom DNS cannot be enabled, because content blockers should be disabled first."
),
attributes: [.font: preferredFont]
)
Expand Down

0 comments on commit 282da61

Please sign in to comment.