From 6be73332569f7b934e936b555d12cf4271caabf1 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Fri, 10 May 2024 15:52:35 -0400 Subject: [PATCH] TCCP: Fix minor typo on reporting date Text currently says "Data reportedon". --- cfgov/tccp/jinja2/tccp/includes/data_published.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgov/tccp/jinja2/tccp/includes/data_published.html b/cfgov/tccp/jinja2/tccp/includes/data_published.html index 7f7af6bba6..e6e5f67ca3 100644 --- a/cfgov/tccp/jinja2/tccp/includes/data_published.html +++ b/cfgov/tccp/jinja2/tccp/includes/data_published.html @@ -4,7 +4,7 @@

Data reported - {{- ' directly by the company ' if verbose -}} + {{- ' directly by the company ' if verbose else ' ' -}} on {{ time.render( ensure_date(date), {"date": true}, text_format=true ) }}