From f4517a4097643c2da0cf640a156e2c1bdbb2dedb Mon Sep 17 00:00:00 2001 From: Courtney Myers Date: Wed, 28 Dec 2022 10:40:47 -0500 Subject: [PATCH] Update warning text displayed above and below payment request form indicating it will be deleted when an application submission needs edits --- app/client/src/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/config.tsx b/app/client/src/config.tsx index 168ad495..4a8dab69 100644 --- a/app/client/src/config.tsx +++ b/app/client/src/config.tsx @@ -69,7 +69,7 @@ export const messages = { "The CSB Payment Request form enrollment period is closed.", closeOutFormClosed: "The CSB Close-Out form enrollment period is closed.", paymentRequestFormWillBeDeleted: - "A request to edit the Application form associated with this draft or submitted Payment Request form has been made, so this this form has been set to read-only mode. Visit your dashboard to make edits to the associated Application form submission.", + "A request to edit the Application form associated with this draft or submitted Payment Request form has been made, so this form has been set to read-only mode. Visit your dashboard to make edits to the associated Application form submission.", }; async function fetchData(url: string, options: RequestInit) {