From 2f03e3cf0735c83e2e1748bff6801059986b86d2 Mon Sep 17 00:00:00 2001 From: 13bfrancis <40218571+13bfrancis@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:52:48 -0500 Subject: [PATCH] Update react-app/src/features/forms/post-submission/withdraw-package/index.tsx Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com> --- .../features/forms/post-submission/withdraw-package/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-app/src/features/forms/post-submission/withdraw-package/index.tsx b/react-app/src/features/forms/post-submission/withdraw-package/index.tsx index 5f75d7174..8778eb3a5 100644 --- a/react-app/src/features/forms/post-submission/withdraw-package/index.tsx +++ b/react-app/src/features/forms/post-submission/withdraw-package/index.tsx @@ -98,7 +98,7 @@ export const WithdrawPackageAction = () => { }} bannerPostSubmission={{ header: "Withdraw package request has been submitted", - body: `If CMS needs any additional information, they will follow up by email.`, + body: "If CMS needs any additional information, they will follow up by email.", variant: "success", }} breadcrumbText="Withdraw Package"