Wiring up iOS add account settings

This commit is contained in:
Jeremy Beker
2019-06-16 18:22:00 -04:00
parent 19395779c8
commit 125ea59cd6
6 changed files with 197 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ class AccountsGoogleReaderCompatibleWindowController: NSWindowController {
progressIndicator.startAnimation(self)
guard let apiURL = URL(string: apiURLTextField.stringValue) else {
self.errorMessageLabel.stringValue = NSLocalizedString("Invalie API URL.", comment: "Credentials Error")
self.errorMessageLabel.stringValue = NSLocalizedString("Invalid API URL.", comment: "Credentials Error")
return
}