Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com>
This commit is contained in:
Marino Faggiana 2023-11-23 12:23:25 +01:00
Родитель 977fb0cc3b
Коммит 51ad674a84
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2F5F63C3EF460487
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -472,9 +472,9 @@
NSInteger numSections = [tableView numberOfSections] - 1;
if (section == 1) {
NSString *reset = [NSString stringWithFormat:NSLocalizedString(@"_reset_wrong_passcode_desc_", nil), NCBrandOptions.shared.resetAppPasscodeAttempts];
NSString *lock = NSLocalizedString(@"_lock_protection_no_screen_footer_", nil);
sectionName = [NSString stringWithFormat:@"%@\n%@", reset, lock];
NSString *reset = [NSString stringWithFormat:NSLocalizedString(@"_reset_wrong_passcode_desc_", nil), NCBrandOptions.shared.resetAppPasscodeAttempts];
sectionName = [NSString stringWithFormat:@"%@\n%@", lock, reset];
} else if (section == 2 && !NCBrandOptions.shared.disable_mobileconfig) {
sectionName = NSLocalizedString(@"_calendar_contacts_footer_", nil);
} else if (section == numSections) {