From 145fff0ea0200a456d32aca9f1fe2486e70055d5 Mon Sep 17 00:00:00 2001
From: John Labbate <90406009+john-labbate@users.noreply.github.com>
Date: Thu, 1 Aug 2024 11:08:18 -0400
Subject: [PATCH] Update strings.js
---
front-end/src/strings.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/front-end/src/strings.js b/front-end/src/strings.js
index a898be7..7cc987d 100644
--- a/front-end/src/strings.js
+++ b/front-end/src/strings.js
@@ -2,7 +2,7 @@ const OK_TEXT = "Transaction can proceed.";
const WARN_TEXT =
"This contractor has indicated in SAM.gov that it provides or uses prohibited equipment. Please follow your agency’s procedures.";
const NO_RESULT_MESSAGE = `
- Only entities doing business above the Micro-Purchase Threshold (MPT) are required to register in SAM.gov. Contracts that are classified/For Official Use Only (FOUO) or contractors that do not wish for their information to be publicly available will not show up in search results.
+ Only entities doing business above the Micro-Purchase Threshold (MPT) are required to register in SAM.gov. Contracts classified as For Official Use Only (FOUO) or contractors who do not wish for their information to be publicly available will not appear in search results.
Please Note: If an entity representation is not available, cardholders may still be permitted to purchase from a listed entity. However, the cardholder would be responsible for documenting compliance with Section 889 in accordance with any applicable agency requirements.`;
const API_ERROR_MESSAGE =
"Sorry, we weren't able to connect to SAM.gov. Please try again later.";