diff --git a/Sources/PaystackUI/Charge/MobileMoney/Views/MobileMoneyChargeView.swift b/Sources/PaystackUI/Charge/MobileMoney/Views/MobileMoneyChargeView.swift index 45e1bbe..5b51d93 100644 --- a/Sources/PaystackUI/Charge/MobileMoney/Views/MobileMoneyChargeView.swift +++ b/Sources/PaystackUI/Charge/MobileMoney/Views/MobileMoneyChargeView.swift @@ -37,7 +37,7 @@ struct MobileMoneyChargeView: View { case .countdown: VStack(spacing: .triplePadding) { - Text("Please enter your mobile money number to begin this payment") + Text("Please enter the mobile money number to begin this payment") .font(.body16M) .foregroundColor(.stackBlue) .multilineTextAlignment(.center)