diff --git a/Podfile.lock b/Podfile.lock index 3760f130..5830d044 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -60,7 +60,7 @@ DEPENDENCIES: EXTERNAL SOURCES: MZFayeClient: - :path: "../CatchLib-iOS/MZFayeClient/" + :path: ../CatchLib-iOS/MZFayeClient/ SPEC CHECKSUMS: 1PasswordExtension: d2392e44526be30ae7d23f305e96e411ede9b9d1 diff --git a/Yep/ViewControllers/PickLocation/PickLocationViewController.swift b/Yep/ViewControllers/PickLocation/PickLocationViewController.swift index 5ac754f3..f291058d 100644 --- a/Yep/ViewControllers/PickLocation/PickLocationViewController.swift +++ b/Yep/ViewControllers/PickLocation/PickLocationViewController.swift @@ -63,6 +63,8 @@ class PickLocationViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() + title = NSLocalizedString("Pick Location", comment: "") + tableView.registerNib(UINib(nibName: pickLocationCellIdentifier, bundle: nil), forCellReuseIdentifier: pickLocationCellIdentifier) tableView.rowHeight = 50 diff --git a/Yep/en.lproj/Localizable.strings b/Yep/en.lproj/Localizable.strings index a88ceb0c..20fc551a 100644 --- a/Yep/en.lproj/Localizable.strings +++ b/Yep/en.lproj/Localizable.strings @@ -305,6 +305,8 @@ /* No comment provided by engineer. */ "Pick a badge" = "Pick a badge"; +"Pick Location" = "Pick Location"; + /* No comment provided by engineer. */ "Pick some skills" = "Pick some skills"; diff --git a/Yep/zh-Hans.lproj/Localizable.strings b/Yep/zh-Hans.lproj/Localizable.strings index 34942015..888e836f 100644 --- a/Yep/zh-Hans.lproj/Localizable.strings +++ b/Yep/zh-Hans.lproj/Localizable.strings @@ -307,6 +307,8 @@ /* No comment provided by engineer. */ "Pick a badge" = "选一个徽章"; +"Pick Location" = "选择位置"; + /* No comment provided by engineer. */ "Pick some skills" = "选择一些技能";