소스 검색

Update iOSClient/Settings/NCSettings.m

Co-authored-by: Henry <thisisthefoxe@gmail.com>
Marino Faggiana 3 년 전
부모
커밋
6f3f5cf4b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Settings/NCSettings.m

+ 1 - 1
iOSClient/Settings/NCSettings.m

@@ -150,7 +150,7 @@
     
     if (!NCBrandOptions.shared.disable_crash_service) {
         
-        // Code privacy
+        // Privacy
         row = [XLFormRowDescriptor formRowDescriptorWithTag:@"privacy" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_privacy_legal_", nil)];
         row.cellConfigAtConfigure[@"backgroundColor"] = NCBrandColor.shared.secondarySystemGroupedBackground;
         [row.cellConfig setObject:[UIFont systemFontOfSize:15.0] forKey:@"textLabel.font"];