Browse Source

string managed

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

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

@ -233,7 +233,7 @@ class KycForm1ViewController: UIViewController {
self.emailTitleLabel.text = StringConstants.email
self.genderTitleLabel.text = StringConstants.gender
self.nativeCountryTitleLabel.text = StringConstants.nativeCountry
self.addressInKoreaTitleLabel.textInputMode = StringConstants.addressInKorea
self.addressInKoreaTitleLabel.text = StringConstants.addressInKorea
self.provinceTitleLabel.text = StringConstants.province
self.occupationTitleLabel.text = StringConstants.occupation
self.saveAndContinue.setTitle(StringConstants.saveAndCoutinueText, for: UIControlState.normal)

Loading…
Cancel
Save