Skip to content
Snippets Groups Projects

Fix connections title

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,7 +17,7 @@ class SearchDiffableDataSource: UITableViewDiffableDataSource<SearchSection, Sea
case .stranger:
return ""
case .connections:
return "LOCAL RESULTS"
return "CONNECTIONS"
}
}
}
Loading