소스 검색

Remove the word "experimental" from E2EE settings

Signed-off-by: Henrik Storch <thisisthefoxe@gmail.com>
Henrik Storch 3 년 전
부모
커밋
c9c8059be6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Settings/NCSettings.m

+ 1 - 1
iOSClient/Settings/NCSettings.m

@@ -100,7 +100,7 @@
     [form addFormSection:section];
     
     // EndToEnd Encryption
-    NSString *title = [NSString stringWithFormat:@"%@ (%@)",NSLocalizedString(@"_e2e_settings_", nil), NSLocalizedString(@"_experimental_", nil)];
+    NSString *title = [NSString stringWithFormat:@"%@",NSLocalizedString(@"_e2e_settings_", nil)];
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"e2eEncryption" rowType:XLFormRowDescriptorTypeButton title:title];
     row.cellConfigAtConfigure[@"backgroundColor"] = NCBrandColor.shared.secondarySystemGroupedBackground;
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0] forKey:@"textLabel.font"];