Skip to content

Commit

Permalink
Merge pull request #8589 from cfpb/tccp/fix-na
Browse files Browse the repository at this point in the history
TCCP: Change "N/A" to "Not available"
  • Loading branch information
niqjohnson authored Sep 23, 2024
2 parents 4961d3f + 56402e8 commit 146543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/tccp/jinja2/tccp/includes/fields.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- macro apr(value, asterisk=asterisk) -%}
{% if value is none -%}
N/A
Not available
{%- elif value == 0 -%}
0%
{%- else -%}
Expand Down

0 comments on commit 146543a

Please sign in to comment.