From 3534613611fe0c578a80df2a62284a021175bcc3 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Tue, 23 Oct 2018 13:47:04 +0900 Subject: [PATCH] corrected recipient listing heading title --- .../kycForm1/User Interface/View/kycForm1ViewController.swift | 2 +- GMERemittance/Recipient/RecipientListViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift b/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift index 3cfe0bbe..f1f60f8a 100644 --- a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift +++ b/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift @@ -29,7 +29,7 @@ class Occupation { } struct KycForm1FieldKeys { - static let firstName = "firstname" + static let firstName = "fullname" static let gender = "gender" static let mobileNumber = "mobile number" static let email = "email" diff --git a/GMERemittance/Recipient/RecipientListViewController.swift b/GMERemittance/Recipient/RecipientListViewController.swift index 3ac47417..83c1a480 100644 --- a/GMERemittance/Recipient/RecipientListViewController.swift +++ b/GMERemittance/Recipient/RecipientListViewController.swift @@ -33,7 +33,7 @@ class RecipientListViewController: UIViewController { override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) self.setupNormalNavigation() - self.navigationItem.title = "Send Money" + self.navigationItem.title = "Select Recipient" fetchReceipients() }