diff --git a/app/client/src/config.tsx b/app/client/src/config.tsx index eb040af3..c7cb4380 100644 --- a/app/client/src/config.tsx +++ b/app/client/src/config.tsx @@ -37,9 +37,11 @@ export const messages = { samlError: "Error logging in. Please try again or contact support.", bapSamFetchError: "Error loading SAM.gov data. Please contact support.", bapNoSamResults: - "No SAM.gov records match your email. Only Government and Electronic Business SAM.gov Points of Contacts (and alternates) may edit and submit Clean School Bus Rebate Forms.", + "No SAM.gov accounts match your email. Only Government and Electronic Business SAM.gov Points of Contacts (and alternates) may edit and submit Clean School Bus Rebate Forms.", bapSamEntityNotActive: "Your SAM.gov account is currently not active. Activate your SAM.gov account to access this submission.", + bapSamNoActiveEntities: + "There are no active SAM.gov accounts associated with your email. Ensure you have at least one active SAM.gov account to create a new application.", bapSamAtLeastOneEntityNotActive: "At least one of your SAM.gov accounts is currently not active. Any submissions associated with that SAM.gov account will be inaccessible until the account is re-activated.", formSubmissionError: diff --git a/app/client/src/routes/frfNew.tsx b/app/client/src/routes/frfNew.tsx index e918e843..e62cedcc 100644 --- a/app/client/src/routes/frfNew.tsx +++ b/app/client/src/routes/frfNew.tsx @@ -213,7 +213,10 @@ export function FRFNew() { ) : activeSamEntities.length <= 0 ? (
- +
) : ( <>