marinofaggiana 3 years ago
parent
commit
5e7fa85ee3

+ 2 - 2
iOSClient/Login/NCLogin.swift

@@ -76,8 +76,8 @@ class NCLogin: UIViewController, UITextFieldDelegate, NCLoginQRCodeDelegate {
         
         // Login button
         loginAddressDetail.textColor = textColor
-        loginAddressDetail.text = NSLocalizedString("_login_address_detail_", comment: "")
-        
+        loginAddressDetail.text = String.localizedStringWithFormat(NSLocalizedString("_login_address_detail_", comment: ""), NCBrandOptions.shared.brand)
+                
         // Login Image
         loginImage.image = UIImage(named: "arrow.right")?.image(color: textColor, size: 100)
         

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

@@ -802,4 +802,4 @@
 "_used_space_"              = "Used space";
 "_open_in_onlyoffice_"      = "Open in ONLYOFFICE";
 "_open_in_collabora_"       = "Open with Collabora Online";
-"_login_address_detail_"    = "The link to your Nextcloud web interface when you open it in the browser.";
+"_login_address_detail_"    = "The link to your %@ web interface when you open it in the browser.";