From 97517f1baf8bcf4a64bd86f392e21ba932e88eac Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sat, 21 Nov 2020 20:17:45 +0800 Subject: [PATCH] Fixes #2602 --- iOS/Account/NewsBlurAccountViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Account/NewsBlurAccountViewController.swift b/iOS/Account/NewsBlurAccountViewController.swift index 8b67b496b..12dcb1439 100644 --- a/iOS/Account/NewsBlurAccountViewController.swift +++ b/iOS/Account/NewsBlurAccountViewController.swift @@ -48,7 +48,7 @@ class NewsBlurAccountViewController: UITableViewController { } private func setupFooter() { - footerLabel.text = NSLocalizedString("Sign in to your NewsBlur account and sync your subscriptions across your devices. Your username and password will be encrypted and stored in Keychain.\n\nDon't have a Feedbin account?", comment: "NewsBlur") + footerLabel.text = NSLocalizedString("Sign in to your NewsBlur account and sync your subscriptions across your devices. Your username and password will be encrypted and stored in Keychain.\n\nDon't have a NewsBlur account?", comment: "NewsBlur") } override func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {