From 1e5a92dffc2925be76b3c218a70bc2e3b678b647 Mon Sep 17 00:00:00 2001 From: Peter-John Welcome Date: Mon, 8 Jun 2026 15:57:03 +0200 Subject: [PATCH] Update the Charge Mobile Money Title Text - Update the text to work to work for Merchant payments and mPOS --- .../Charge/MobileMoney/Views/MobileMoneyChargeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)