Issue #10: Improved DNS Settings title.

This commit is contained in:
Benjamin Erhart 2026-05-29 16:06:52 +02:00
parent 19b9b2a95d
commit a6252c2df3

View file

@ -33,12 +33,7 @@ enum BlocklistOption: String, CaseIterable, Identifiable {
} }
var title: String { var title: String {
switch self { return String(format: "%1$@: %2$@", ViewModel.title, self.rawValue)
case .secure:
return String(format: NSLocalizedString( "%@: Malware and phishing protection", comment: ""), ViewModel.title)
case .securePlusAdblock:
return String(format: NSLocalizedString("%@: Security plus ad and tracker blocking", comment: ""), ViewModel.title)
}
} }
var icon: String { var icon: String {