From bc3cd8887b353c86d518c9782b3a2ba0f232a90e Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 17 Sep 2018 14:40:33 -0400 Subject: [PATCH] Update TO not found text --- templates/requests/financial_verification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 4ae287af..8cdeb827 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -21,7 +21,7 @@ {% if extended %} {{ Alert('Task Order not found in EDA', - message="Since the Task Order (TO) number was not found in our system of record, EDA, please populate the additional fields in the form below.", + message="We could not find your Task Order in the EDA, our system of record. Please confirm that you have entered the information correctly and resubmit or click on the button below to enter the TO manually.", level='warning' ) }} {% endif %}