From 858672fdaf6a9111ea8c2bb818953ced6738cd48 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sun, 25 Apr 2021 13:31:15 +0800 Subject: [PATCH] fix on release branch --- Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift b/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift index 85e79cb7e..9dfac12c4 100644 --- a/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift +++ b/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift @@ -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")