Update donation button text to complete the donation process

Update the Arabic and English text of the donation confirmation button to "إتمام عملية التبرع" and "Complete Donation" respectively, by modifying the `translations.ts` file.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 1ea620cf-8836-4655-9779-2ee0c742155d
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/jcrlUki
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Replit Agent
2026-06-06 08:58:35 +00:00
parent 94583ff474
commit 9141941c92
@@ -342,7 +342,7 @@ export const en = {
donorPhone: "Phone Number",
donorEmail: "Email (Optional)",
amount: "Donation Amount",
confirmDonation: "Confirm Donation",
confirmDonation: "Complete Donation",
successMessage: "Thank you for your donation. May Allah reward you.",
caseNotFound: "Case not found or no longer available.",
stepDetails: "Details",
@@ -791,7 +791,7 @@ export const ar = {
donorPhone: "رقم الجوال",
donorEmail: "البريد الإلكتروني (اختياري)",
amount: "مبلغ التبرع",
confirmDonation: "تأكيد التبرع",
confirmDonation: "إتمام عملية التبرع",
successMessage: "شكراً لتبرعك. جزاك الله خيراً.",
caseNotFound: "الحالة غير موجودة أو لم تعد متاحة.",
stepDetails: "التفاصيل",