Browse Source

ITMS-90076

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
1360607d82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Login/NCLoginWeb.swift

+ 1 - 1
iOSClient/Login/NCLoginWeb.swift

@@ -105,7 +105,7 @@ class NCLoginWeb: UIViewController {
             if let host = URL(string: urlBase)?.host {
                 title = NSLocalizedString("_user_", comment: "") + " " + account.userId + " " + NSLocalizedString("_in_", comment: "") + " " + host
             }
-            let alertController = UIAlertController(title: title, message: "\n" + "Due to a change in the Nextcloud application identifier, the settings and password for accessing your cloud are reset, so please re-enter your account data and check your Settings, we are sorry about what happened but it is not up to us.", preferredStyle: .alert)
+            let alertController = UIAlertController(title: title, message: "\n" + NSLocalizedString("_ITMS-90076_", comment: ""), preferredStyle: .alert)
             alertController.addAction(UIAlertAction(title: NSLocalizedString("_ok_", comment: ""), style: .default, handler: { _ in }))
             present(alertController, animated: true, completion: {
                 CCUtility.setPresentErrorITMS90076(true)