Changed text

This commit is contained in:
Arnfried Griesert
2023-01-09 07:11:25 +01:00
parent 73bde09990
commit 9460d07a23
12 changed files with 41 additions and 29 deletions
@@ -372,14 +372,15 @@ TableViewSectionsDelegate>
// Cross-Signing
if (!BWIBuildSettings.shared.disableSelfUserVerification) {
Section *crossSigningSection = [Section sectionWithTag:SECTION_CROSSSIGNING];
crossSigningSection.headerTitle = [VectorL10n securitySettingsCrosssigning];
[crossSigningSection addRowsWithCount:[self numberOfRowsInCrossSigningSection]];
[sections addObject:crossSigningSection];
}
// bwi: hide cross signing section
// if (!BWIBuildSettings.shared.disableSelfUserVerification) {
// Section *crossSigningSection = [Section sectionWithTag:SECTION_CROSSSIGNING];
// crossSigningSection.headerTitle = [VectorL10n securitySettingsCrosssigning];
//
// [crossSigningSection addRowsWithCount:[self numberOfRowsInCrossSigningSection]];
//
// [sections addObject:crossSigningSection];
// }
// Cryptography