Some general text improvements

This commit is contained in:
Bas Broek
2017-10-22 22:49:52 +02:00
parent a0f1bcdfcb
commit 359794debf
5 changed files with 11 additions and 9 deletions

View File

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