Browse Source

kyc fomr managed

pull/1/head
gme_2 6 years ago
parent
commit
4f028a07e2
  1. 2
      GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift
  2. 2
      GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewController.swift
  3. 2
      GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewController.swift

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

@ -410,7 +410,7 @@ extension KycForm1ViewController: KycForm1ViewInterface {
extension KycForm1ViewController: IndicatorInfoProvider { extension KycForm1ViewController: IndicatorInfoProvider {
func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo { func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo {
return IndicatorInfo.init(title: "Personal")
return IndicatorInfo.init(title: "personal_title_text".localized())
} }
} }

2
GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewController.swift

@ -453,7 +453,7 @@ extension KycForm2ViewController: KycForm2ViewInterface {
extension KycForm2ViewController: IndicatorInfoProvider { extension KycForm2ViewController: IndicatorInfoProvider {
func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo { func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo {
return IndicatorInfo.init(title: "Security")
return IndicatorInfo.init(title: "security_titile_text".localized())
} }
} }

2
GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewController.swift

@ -233,7 +233,7 @@ extension KycForm3ViewController: KycForm3ViewInterface {
extension KycForm3ViewController: IndicatorInfoProvider { extension KycForm3ViewController: IndicatorInfoProvider {
func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo { func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo {
return IndicatorInfo.init(title: "Upload")
return IndicatorInfo.init(title: "upload_title_text".localized())
} }
} }

Loading…
Cancel
Save