Skip to content

Commit

Permalink
Merge pull request #8692 from cfpb/tccp/fix-tooltip
Browse files Browse the repository at this point in the history
TCCP: Fix tooltip content
  • Loading branch information
niqjohnson authored Dec 17, 2024
2 parents 1df6966 + 4bdbeb2 commit 846bd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/tccp/jinja2/tccp/includes/card_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2 class="h3 m-card__heading">{{ card.institution_name }}</h2>
body=(
'APRs change over time and are '
~ 'specific to the applicant. '
~ 'Check rates before applying.',
~ 'Check rates before applying.'
),
tabindex=( loop.index == 11 )
) }}
Expand Down

0 comments on commit 846bd92

Please sign in to comment.