@@ -505,7 +505,7 @@ function FundingRequestForm(props: { email: string }) {
body: (
{onSubmitSubmission.state === "submitted" ? (
@@ -537,7 +537,7 @@ function FundingRequestForm(props: { email: string }) {
body: (
{onSubmitSubmission.state === "submitted" ? (
@@ -610,7 +610,7 @@ function FundingRequestForm(props: { email: string }) {
body: (
Draft saved successfully.
@@ -626,7 +626,7 @@ function FundingRequestForm(props: { email: string }) {
body: (
Error saving draft.
diff --git a/app/client/src/routes/frf2023.tsx b/app/client/src/routes/frf2023.tsx
index 3c475b5b..f6bf6042 100644
--- a/app/client/src/routes/frf2023.tsx
+++ b/app/client/src/routes/frf2023.tsx
@@ -254,11 +254,11 @@ function FundingRequestForm(props: { email: string }) {
body: (
<>
Error deleting Payment Request {rebate.rebateId}.
-
+
Please notify the helpdesk that a problem exists preventing
the deletion of Payment Request form submission{" "}
{rebate.rebateId}.
@@ -275,7 +275,7 @@ function FundingRequestForm(props: { email: string }) {
displayInfoNotification({
id: Date.now(),
body: (
-
+
Deleting Payment Request {rebate.rebateId}...
),
@@ -298,12 +298,12 @@ function FundingRequestForm(props: { email: string }) {
<>
Error deleting Payment Request {rebate.rebateId}.
-
+
Please reload the page to attempt the deletion again, or
contact the helpdesk if the problem persists.
@@ -408,16 +408,16 @@ function FundingRequestForm(props: { email: string }) {