From 9141941c92396db3c57830535246d3b3b10d8739 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Sat, 6 Jun 2026 08:58:35 +0000 Subject: [PATCH] Update donation button text to complete the donation process MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- artifacts/ehsan-poc/src/lib/i18n/translations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/ehsan-poc/src/lib/i18n/translations.ts b/artifacts/ehsan-poc/src/lib/i18n/translations.ts index 2895719..152ba63 100644 --- a/artifacts/ehsan-poc/src/lib/i18n/translations.ts +++ b/artifacts/ehsan-poc/src/lib/i18n/translations.ts @@ -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: "التفاصيل",