This commit is contained in:
Stuart Breckenridge 2020-11-21 20:17:45 +08:00
parent a18491b037
commit 97517f1baf
No known key found for this signature in database
GPG Key ID: 1F11FD62007DC331
1 changed files with 1 additions and 1 deletions

View File

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