From 80dbb531ce9ee9f78515498d856dfa0e4dce24dd Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Tue, 7 Oct 2025 22:52:24 +0530 Subject: [PATCH] Fix: change 'No Recurring' to 'Not Recurring' in event form (#638) --- client/src/features/form/FormConfirm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/features/form/FormConfirm.jsx b/client/src/features/form/FormConfirm.jsx index e37f7f9c..9fb93dba 100644 --- a/client/src/features/form/FormConfirm.jsx +++ b/client/src/features/form/FormConfirm.jsx @@ -113,7 +113,7 @@ export default function FormConfirm() { disabled={!!(formData.recurring.rate !== "noRecurr")} className=" mx-1 outline-non text-gray-800" /> -

No Recurring

+

Not recurring