瀏覽代碼

update comment

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 年之前
父節點
當前提交
4a904d6576
共有 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) {
         
-        // Privacy
+        // Privacy and Legal Policy
         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"];