Browse Source

text changes done

pull/1/head
Amrit Giri 4 years ago
parent
commit
ed6e91b245
  1. 2
      GME Remit/Modules/RegisterModules/MobileVerification/Application Logic/Service/MobileVerificationService.swift
  2. 2
      GME Remit/MultiLanguages/en.lproj/Localizable.strings

2
GME Remit/Modules/RegisterModules/MobileVerification/Application Logic/Service/MobileVerificationService.swift

@ -24,7 +24,7 @@ class MobileVerificationService: MobileVerificationServiceType {
failure(error) failure(error)
} else { } else {
GMEDB.shared.register.set(mobile, .mobileNumber) GMEDB.shared.register.set(mobile, .mobileNumber)
success("You OTP code is \(response.extra ?? "")")
success("Your OTP code is \(response.extra ?? "")")
} }
}, },
failure: {failure($0)} failure: {failure($0)}

2
GME Remit/MultiLanguages/en.lproj/Localizable.strings

@ -752,7 +752,7 @@
"passport_number_text" = "Passport Number"; "passport_number_text" = "Passport Number";
"passport_issue_date_text" = "Passport Issue Date"; "passport_issue_date_text" = "Passport Issue Date";
"passport_expiry_date_text" = "Passport Expiry Date"; "passport_expiry_date_text" = "Passport Expiry Date";
"passport_error_text" = "Invalid Possport Number";
"passport_error_text" = "Invalid Passport Number";
"another_id_information_text" = "Another ID (Optional)"; "another_id_information_text" = "Another ID (Optional)";
"another_id_issue_date_text" = "ID Issue Date"; "another_id_issue_date_text" = "ID Issue Date";
"another_id_expiry_date_text" = "ID Expiry Date"; "another_id_expiry_date_text" = "ID Expiry Date";

Loading…
Cancel
Save