Merge pull request #3074 from stuartbreckenridge/mac-fix-3055

Adds API URL example for FreshRSS on macOS
This commit is contained in:
Brent Simmons
2021-04-25 12:25:14 -07:00
committed by GitHub

View File

@@ -43,6 +43,7 @@ class AccountsReaderAPIWindowController: NSWindowController {
titleLabel.stringValue = NSLocalizedString("Sign in to your FreshRSS account.", comment: "FreshRSS")
noAccountTextField.stringValue = NSLocalizedString("Don't have a FreshRSS instance?", comment: "No FreshRSS")
createAccountButton.title = NSLocalizedString("Find out more", comment: "No FreshRSS Button")
apiURLTextField.placeholderString = NSLocalizedString("fresh.rss.net/api/greader.php", comment: "FreshRSS API Helper")
case .inoreader:
titleImageView.image = AppAssets.accountInoreader
titleLabel.stringValue = NSLocalizedString("Sign in to your InoReader account.", comment: "InoReader")