This commit is contained in:
Bob Sun 2017-02-14 22:08:53 +08:00
parent 80074ea2d6
commit 81d2145192
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -18,7 +18,7 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
tableData = [
// section 0
[[.title: "About Repository", .action: "segue", .link: "showAboutRepositorySegue"],],
[[.title: "Hide Unkonwn Fields", .action: "none",],],
[[.title: "Hide Unknown Fields", .action: "none",],],
]
super.viewDidLoad()