Browse Source

corrected recipient listing heading title

pull/1/head
gme_2 6 years ago
parent
commit
3534613611
  1. 2
      GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift
  2. 2
      GMERemittance/Recipient/RecipientListViewController.swift

2
GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift

@ -29,7 +29,7 @@ class Occupation {
} }
struct KycForm1FieldKeys { struct KycForm1FieldKeys {
static let firstName = "firstname"
static let firstName = "fullname"
static let gender = "gender" static let gender = "gender"
static let mobileNumber = "mobile number" static let mobileNumber = "mobile number"
static let email = "email" static let email = "email"

2
GMERemittance/Recipient/RecipientListViewController.swift

@ -33,7 +33,7 @@ class RecipientListViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) { override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated) super.viewWillAppear(animated)
self.setupNormalNavigation() self.setupNormalNavigation()
self.navigationItem.title = "Send Money"
self.navigationItem.title = "Select Recipient"
fetchReceipients() fetchReceipients()
} }

Loading…
Cancel
Save