From 9c6eee5c855d49e8a6fe8d74d5a9b24d03aeccd8 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Fri, 17 Aug 2018 13:39:11 -0400 Subject: [PATCH] Update tooltip and validation requirements --- 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 5f4c14e7..c45a0889 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -38,7 +38,7 @@ {{ TextInput( f.task_order_id, placeholder="e.g.: 1234567899C0001", - tooltip="Note that there may be a lag between the time you have created and approved the task order to the time it is searchable within the electronic.
A Contracting Officer will likely be the best source for this number.", + tooltip="A Contracting Officer will likely be the best source for this number.", validation="anything" ) }}