mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-03 06:37:14 +08:00
Some general text improvements
This commit is contained in:
@@ -50,7 +50,7 @@ func newSearchRootViewController(client: GithubClient) -> UIViewController {
|
||||
}
|
||||
|
||||
func newBookmarksRootViewController(client: GithubClient) -> UIViewController {
|
||||
let title = NSLocalizedString("Bookmarks", comment: "")
|
||||
let title = Constants.Strings.bookmarks
|
||||
let controller = BookmarksViewController(client: client)
|
||||
controller.makeBackBarItemEmpty()
|
||||
controller.title = title
|
||||
|
||||
Reference in New Issue
Block a user