@@ -31,11 +31,11 @@ public extension DashboardPage {
|
||||
var title: String {
|
||||
switch self {
|
||||
case .overview:
|
||||
return NSLocalizedString("Overview", comment: "")
|
||||
return String(localized: "Overview")
|
||||
case .groups:
|
||||
return NSLocalizedString("Groups", comment: "")
|
||||
return String(localized: "Groups")
|
||||
case .connections:
|
||||
return NSLocalizedString("Connections", comment: "")
|
||||
return String(localized: "Connections")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user