mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Change section title
This commit is contained in:
@@ -27,4 +27,16 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
|
||||
{
|
||||
if (section == filteredLocalContactsSection)
|
||||
{
|
||||
return NSLocalizedStringFromTable(@"contacts_address_book_section", @"Vector", nil);
|
||||
}
|
||||
else
|
||||
{
|
||||
return NSLocalizedStringFromTable(@"call_transfer_contacts_all", @"Vector", nil);
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user