diff --git a/GMERemittance/Module/Home/User Interface/View/HomeViewController.swift b/GMERemittance/Module/Home/User Interface/View/HomeViewController.swift index b599062f..b1a0dfa3 100644 --- a/GMERemittance/Module/Home/User Interface/View/HomeViewController.swift +++ b/GMERemittance/Module/Home/User Interface/View/HomeViewController.swift @@ -256,7 +256,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout { } @objc func showSupport() { - let alert = UIAlertController(title:nil, message:"We are there to help you \n (Available time 10:00AM - 12:00AM)", preferredStyle: .actionSheet) + let alert = UIAlertController(title:nil, message:"help_you_text".localized(), preferredStyle: .actionSheet) // alert.view.subviews.last?.subviews.last?.backgroundColor = UIColor.darkGray let liveChat = UIAlertAction(title: "Live Chat", style: .default) { diff --git a/en.lproj/Localizable.strings b/en.lproj/Localizable.strings index 9ab30e5d..6a33c595 100644 --- a/en.lproj/Localizable.strings +++ b/en.lproj/Localizable.strings @@ -45,7 +45,7 @@ "home_text" = "Home"; "branch_text" = "Branch"; "profile_text" = "Profile"; -"help_you_text" = "We are there to help you (Available time 10:00AM - 12:00AM)"; +"help_you_text" = "We are there to help you \n (Available time 10:00AM - 12:00AM)"; "cancel_text" = "Cancel"; "reward_point_text" = "Reward Point"; "available_balance_text" = "Your Available Balance"; diff --git a/th.lproj/Localizable.strings b/th.lproj/Localizable.strings index a43c304e..6051b435 100644 --- a/th.lproj/Localizable.strings +++ b/th.lproj/Localizable.strings @@ -44,7 +44,7 @@ "home_text" = "หน้าหลัก"; "branch_text" = "สาขา"; "profile_text" = "รายละเอียดผู้ใช้งาน"; -"help_you_text" = "ติดต่อเจ้าหน้าที่ (เวลา 10 = 00น. - 24 = 00น.)"; +"help_you_text" = "ติดต่อเจ้าหน้าที่ \n (เวลา 10 = 00น. - 24 = 00น.)"; "cancel_text" = "ยกเลิก"; "reward_point_text" = "dummy"; "available_balance_text" = "วงเงินของท่าน";