diff --git a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreen.storyboard b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreen.storyboard index 5aa3d128..97b913bf 100644 --- a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreen.storyboard +++ b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreen.storyboard @@ -1,9 +1,9 @@ - + - + @@ -38,13 +38,13 @@ - + - + - + @@ -53,7 +53,7 @@ - + @@ -126,7 +126,7 @@ - + - + - + diff --git a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift index f2657b3d..0a808a5c 100644 --- a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift +++ b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift @@ -20,6 +20,7 @@ class SplashScreenViewController: UIViewController { @IBOutlet private weak var languageBackGroundView: UIView! @IBOutlet private weak var languageLabel: UILabel! @IBOutlet private weak var flagImageView: UIImageView! + @IBOutlet weak var appVersionLabelText: UILabel! @IBOutlet private weak var appVersionLabel: UILabel! @IBOutlet private weak var exchangeRateForUnitLabel: UILabel! @@ -268,6 +269,8 @@ class SplashScreenViewController: UIViewController { let attributes: [NSAttributedString.Key: Any] = [.underlineStyle: NSUnderlineStyle.single.rawValue] let attributeString = NSMutableAttributedString(string: "existing_jme_users_without_app_login".localized(), attributes: attributes) existingJMERegister.setAttributedTitle(attributeString, for: .normal) + + self.appVersionLabelText.text = "app_version_text".localized() } private func setExchangeRateUI() {