Change text when swiping on room from Delete to Leave

This commit is contained in:
Aaron Raimist
2022-08-14 06:32:30 +00:00
parent 42204a0e76
commit 3a86376f8e
@@ -1505,6 +1505,10 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
}
}
- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath {
return [VectorL10n leave];
}
#pragma mark - UIScrollViewDelegate
- (void)scrollViewDidScroll:(UIScrollView *)scrollView