diff --git a/GME Remit/Modules/RegisterModules/MobileVerification/Application Logic/Service/MobileVerificationService.swift b/GME Remit/Modules/RegisterModules/MobileVerification/Application Logic/Service/MobileVerificationService.swift index fd32fc9f..86b6a145 100644 --- a/GME Remit/Modules/RegisterModules/MobileVerification/Application Logic/Service/MobileVerificationService.swift +++ b/GME Remit/Modules/RegisterModules/MobileVerification/Application Logic/Service/MobileVerificationService.swift @@ -24,7 +24,7 @@ class MobileVerificationService: MobileVerificationServiceType { failure(error) } else { GMEDB.shared.register.set(mobile, .mobileNumber) - success("You OTP code is \(response.extra ?? "")") + success("Your OTP code is \(response.extra ?? "")") } }, failure: {failure($0)} diff --git a/GME Remit/MultiLanguages/en.lproj/Localizable.strings b/GME Remit/MultiLanguages/en.lproj/Localizable.strings index 480d6d6c..48de6505 100644 --- a/GME Remit/MultiLanguages/en.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/en.lproj/Localizable.strings @@ -752,7 +752,7 @@ "passport_number_text" = "Passport Number"; "passport_issue_date_text" = "Passport Issue 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_issue_date_text" = "ID Issue Date"; "another_id_expiry_date_text" = "ID Expiry Date";