adds helper text

fixes #3055 on iOS
This commit is contained in:
Stuart Breckenridge 2021-04-25 16:46:24 +08:00
parent 1d4ef582a7
commit 2023d59e5a
No known key found for this signature in database
GPG Key ID: ED2F112EEA9EF8A5
1 changed files with 1 additions and 0 deletions

View File

@ -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: