Issue #10: Improved DNS Settings title.
This commit is contained in:
parent
19b9b2a95d
commit
a6252c2df3
1 changed files with 1 additions and 6 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue