From 72e68a62f8a4677f666f77e7782c5ceec945406d Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sat, 24 Apr 2021 19:11:53 +0800 Subject: [PATCH] further typo fix --- iOS/Settings/AddExtensionPointViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/AddExtensionPointViewController.swift b/iOS/Settings/AddExtensionPointViewController.swift index 960f2ad5d..f0d31752f 100644 --- a/iOS/Settings/AddExtensionPointViewController.swift +++ b/iOS/Settings/AddExtensionPointViewController.swift @@ -44,7 +44,7 @@ class AddExtensionPointViewController: UITableViewController, AddExtensionPointD } override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? { - return NSLocalizedString("Feed Providers allow you to subscribe to web site URLs as if they were RSS feeds.", comment: "Feed Provider Footer") + return NSLocalizedString("Feed Providers allow you to subscribe to website URLs as if they were RSS feeds.", comment: "Feed Provider Footer") } override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {