diff --git a/iOS/Account/ReaderAPIAccountViewController.swift b/iOS/Account/ReaderAPIAccountViewController.swift index 4e60f7c3b..16432a797 100644 --- a/iOS/Account/ReaderAPIAccountViewController.swift +++ b/iOS/Account/ReaderAPIAccountViewController.swift @@ -50,6 +50,7 @@ class ReaderAPIAccountViewController: UITableViewController { switch unwrappedAccountType { case .freshRSS: title = NSLocalizedString("FreshRSS", comment: "FreshRSS") + apiURLTextField.placeholder = NSLocalizedString("API URL: fresh.rss.net/api/greader.php", comment: "FreshRSS API Helper") case .inoreader: title = NSLocalizedString("InoReader", comment: "InoReader") case .bazQux: