Kaynağa Gözat

PrivacyProtectionWindow

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 yıl önce
ebeveyn
işleme
0098fd47b6

+ 1 - 1
iOSClient/Settings/NCSettings.m

@@ -151,7 +151,7 @@
     if (!NCBrandOptions.shared.disable_crash_service) {
         
         // Code privacy
-        row = [XLFormRowDescriptor formRowDescriptorWithTag:@"privacy" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_code_privacy_", nil)];
+        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"];
         [row.cellConfig setObject:@(NSTextAlignmentLeft) forKey:@"textLabel.textAlignment"];

+ 2 - 3
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -168,7 +168,7 @@
 "_upload_e2ee_"             = "The file you are uploading is encrypted, keep the app in the foreground until complete";
 "_chunk_size_mb_"           = "Chunk size in MB";
 "_chunk_footer_title_"      = "Chunked file upload (0 is disabled)\nImportant: the chunked upload works only when the app is \"active\".";
-"_code_privacy_"            = "Privacy code";
+"_privacy_legal_"           = "Privacy and Legal Policy";
 "_source_code_"             = "Get source code";
 "_account_select_"          = "Select the account";
 "_host_insert_"             = "Insert the host name, for example:";
@@ -821,6 +821,5 @@
 "_copied_path_"             = "Copied path";
 "_copy_path_"               = "Copy path";
 "_certificates_"            = "Certificates";
-"_privacy_"                 = "Privacy";
-"_privacy_screen_"          = "Enable a splash screen when the app is not active";
+"_privacy_screen_"          = "Enable splash screen when the app is not active";