Browse Source

Merge pull request 'Language bug fixing' (#28) from language into feature/bugfixes

Reviewed-on: http://202.166.220.79:3000/JME-JAPAN/JME-IOS/pulls/28
pull/14/head
Yajan 3 years ago
parent
commit
3f3401e648
  1. 4
      GME Remit.xcodeproj/project.pbxproj
  2. 4
      GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1ViewController.swift

4
GME Remit.xcodeproj/project.pbxproj

@ -7568,7 +7568,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 40;
CURRENT_PROJECT_VERSION = 41;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 68KRG7GPAV;
ENABLE_BITCODE = NO;
@ -7609,7 +7609,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 40;
CURRENT_PROJECT_VERSION = 41;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 68KRG7GPAV;
ENABLE_BITCODE = NO;

4
GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1ViewController.swift

@ -902,8 +902,8 @@ extension KYCVerifyStep1ViewController {
self.additionalIdDocLabel.text = "extraIdDoc_text".localized()
self.frontIdLabel.text = "front_id_text".localized()
self.backIdLabel.text = "backId_text".localized()
self.frontIDSample.setTitle("view_sample_text".localized(), for: .normal)
self.backIDSample.setTitle("view_sample_text".localized(), for: .normal)
self.frontIDSample.setTitle("frontIdSample_text".localized(), for: .normal)
self.backIDSample.setTitle("backIdSample_text".localized(), for: .normal)
self.additionalIdFrontLabel.text = "additional_id_front_txt".localized()
self.additionalIdBackLabel.text = "additional_id_back_txt".localized()
}

Loading…
Cancel
Save