Browse Source

language bug fixed

pull/1/head
gme_2 6 years ago
parent
commit
70b9afa035
  1. 1
      GMERemittance/Module/Register/User Interface/View/RegisterViewController.swift

1
GMERemittance/Module/Register/User Interface/View/RegisterViewController.swift

@ -181,6 +181,7 @@ class RegisterViewController: UIViewController {
self.userIdTitleLabel.text = StringConstants().userIdTitle
self.emailTextField.placeholder = StringConstants().useridPlaceholder
self.passwordTitleLabel.text = StringConstants().passwordPlaceholder
self.passwordTextField.placeholder = StringConstants().passwordPlaceholder
self.confirmPasswordTitleLabel.text = StringConstants().confirmPasswordPlaceholder
self.confirmPasswordTextfield.placeholder = StringConstants().confirmPasswordPlaceholder
self.dobTitileLabel.text = StringConstants().dobTitlePlaceholder

Loading…
Cancel
Save