Przeglądaj źródła

improved chunks

Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com>
Marino Faggiana 1 rok temu
rodzic
commit
780338cdd2

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

@@ -134,7 +134,7 @@ class NCNetworkingE2EEUpload: NSObject {
         //
         if let hudView {
             DispatchQueue.main.async {
-                self.hud.textLabel.text = NSLocalizedString("_wait_file_preparation_", comment: "")
+                self.hud.textLabel.text = NSLocalizedString("_wait_file_encryption_", comment: "")
                 self.hud.show(in: hudView)
             }
         }

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

@@ -216,6 +216,7 @@
 "_keep_both_for_all_action_title_" = "Keep both for all";
 "_more_action_title_" = "More Details";
 "_wait_file_preparation_" = "Please wait, upload file in preparation";
+"_wait_file_encryption_"  = "Please wait, file encryption";
 
 /* Background of the file listing view */
 "_use_as_background_"       = "Use it as a background";