From d4ba094676d612f7aeb329079947f1809cb61341 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Thu, 31 Jan 2019 18:24:27 +0900 Subject: [PATCH] added missing strings --- .../View/RegisterViewController.swift | 4 ++++ .../User Interface/View/SplashScreen.storyboard | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/GMERemittance/Module/Register/User Interface/View/RegisterViewController.swift b/GMERemittance/Module/Register/User Interface/View/RegisterViewController.swift index 8c8f52d0..d9fdee0d 100644 --- a/GMERemittance/Module/Register/User Interface/View/RegisterViewController.swift +++ b/GMERemittance/Module/Register/User Interface/View/RegisterViewController.swift @@ -23,6 +23,8 @@ class RegisterViewController: UIViewController { let alreadyHaveAccountText = "already_have_account_text".localized() let loginText = "login_text".localized() let registerText = "register_text".localized() + let registerHeader = "register_title_text".localized() + let registerSubtitle = "register_subtitle_text".localized() } // MARK: IBOutlets @@ -172,6 +174,8 @@ class RegisterViewController: UIViewController { } private func configureLanguage() { + self.headerLabel.text = StringConstants().registerHeader + self.subHeaderLabel.text = StringConstants().registerSubtitle self.userIdTitleLabel.text = StringConstants().userIdTitle self.emailTextField.placeholder = StringConstants().useridPlaceholder self.passwordTitleLabel.text = StringConstants().passwordPlaceholder diff --git a/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreen.storyboard b/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreen.storyboard index 60bd6d54..fc847554 100644 --- a/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreen.storyboard +++ b/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreen.storyboard @@ -30,7 +30,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -89,7 +89,7 @@