From aeff3cd145aac28a3e236888a5fd340b2c198982 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Mon, 21 Jan 2019 10:32:53 +0900 Subject: [PATCH] string managed --- .../kycForm1/User Interface/View/kycForm1ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c594f7bb..2821db97 100644 --- a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift +++ b/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)