Marino Faggiana 1 éve
szülő
commit
febc0a9044

+ 1 - 1
iOSClient/Networking/E2EE/NCEndToEndMetadata.swift

@@ -392,7 +392,7 @@ class NCEndToEndMetadata: NSObject {
                                 if let keyChecksums,
                                    let hash = NCEndToEndEncryption.sharedManager().createSHA256(from: tableE2eUsersV2.decryptedMetadataKey),
                                    !keyChecksums.contains(hash) {
-                                    return NKError(errorCode: NCGlobal.shared.errorE2EEKeyChecksums, errorDescription: NSLocalizedString("_e3ee_keyChecksum_", comment: ""))
+                                    return NKError(errorCode: NCGlobal.shared.errorE2EEKeyChecksums, errorDescription: NSLocalizedString("_e2ee_signature_error_", comment: ""))
                                 }
 
                                 NCManageDatabase.shared.setE2eMetadataV2(account: account, serverUrl: serverUrl, keyChecksums: keyChecksums, deleted: deleted, counter: counter, folders: json["folders"] as? [String: String], version: version)

+ 1 - 1
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -952,7 +952,7 @@
 "_chunk_create_folder_"     = "The file could not be sent, please check the server log";
 "_chunk_files_null_"        = "The file for sending could not be created";
 "_chunk_move_"              = "The sent file could not be reassembled, please check the server log";
-"_e3ee_keyChecksum_"        = "The key Checksum result incorrrect, it's impossible the decryption the files";
+"_e2ee_signature_error_"    = "The signature result incorrrect, it's impossible the decryption the files";
 
 // Video
 "_select_trace_"            = "Select the trace";