marinofaggiana 6 жил өмнө
parent
commit
9216423cf6

+ 1 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadFileText.swift

@@ -53,7 +53,7 @@ class NCCreateFormUploadFileText: XLFormViewController, NCSelectDelegate {
     
     func initializeForm() {
         
-        let form : XLFormDescriptor = XLFormDescriptor() as XLFormDescriptor
+        let form : XLFormDescriptor = XLFormDescriptor(title: NSLocalizedString("_text_upload_title_", comment: "")) as XLFormDescriptor
         form.rowNavigationOptions = XLFormRowNavigationOptions.stopDisableRow
         
         var section : XLFormSectionDescriptor

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

@@ -544,6 +544,7 @@
 // Text File
 
 "_untitled_txt_"                    = "Untitled.txt";
+"_text_upload_title_"               = "Upload text file";
 
 // EndToEnd Encryption