Skip to content

Commit

Permalink
Change Settings title to About
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhuang13 committed Aug 6, 2018
1 parent 92c32a4 commit 75b19f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Knil/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SettingsViewController: UITableViewController {
navigationController?.navigationBar.prefersLargeTitles = true
navigationController?.navigationBar.largeTitleTextAttributes = [.foregroundColor: UIColor.tint]
}
navigationItem.title = "Settings".localized()
navigationItem.title = "About".localized()

tableView.dataSource = tableViewViewModel
tableView.delegate = tableViewViewModel
Expand Down

0 comments on commit 75b19f2

Please sign in to comment.