Skip to content

Commit

Permalink
Add APR rating descriptive text for assistive technologies
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed May 20, 2024
1 parent b6ff4bd commit 1d7b023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cfgov/tccp/jinja2/tccp/includes/apr_rating.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
{% for i in range(rating + 1) -%}
{{ svg_icon("dollar-round") }}
{%- endfor %}
<span class="u-visually-hidden">
{{ rating + 1 }} dollar sign{{ (rating + 1) | pluralize() }}
</span>
</dt>
<dd>
Pay {{ label }} interest
Expand Down

0 comments on commit 1d7b023

Please sign in to comment.