Skip to content

Commit

Permalink
Merge pull request #8400 from cfpb/tccp-content-updates
Browse files Browse the repository at this point in the history
Update TCCP content
  • Loading branch information
chosak committed May 10, 2024
2 parents 1a60fb8 + e85f3be commit 37f74d1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions cfgov/tccp/jinja2/tccp/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h1>About this tool</h1>

<div class="lead-paragraph">
Get a better understanding of our data and how it's used to run the Explore credit cards tool.
Get a better understanding of the data and how it's used to run Explore credit cards.
</div>
</div>

Expand All @@ -35,7 +35,7 @@ <h2>Where does the data come from?</h2>
<a
href="/data-research/credit-card-data/terms-credit-card-plans-survey/"
>required to submit data on pricing and availability</a>
to the CFPB as part of The Fair Credit and Charge Card Disclosure Act of 1988. The CFPB uses that data to run the Explore credit cards tool, an unbiased credit card comparison tool and makes the data available for others to use as well.
to the CFPB as part of The Fair Credit and Charge Card Disclosure Act of 1988. The CFPB uses that data to run Explore credit cards, an unbiased credit card comparison tool, and makes the data available for others to use as well.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion cfgov/tccp/jinja2/tccp/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2>
<a href="/ask-cfpb/what-is-the-difference-between-a-fixed-apr-and-a-variable-apr-en-45/">fixed versus variable APRs</a>.
</p>
{% elif card.purchase_apr_offered and card.purchase_apr_data_incomplete %}
<p>The issuer did not submit information about purchase APR.</p>
<p>The company did not submit information about purchase APR.</p>
{% else %}
<p>This card does not charge interest on purchases.</p>
{% endif %}
Expand Down
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 @@ -38,7 +38,7 @@ <h2>Cards you're looking for have these features:</h2>

<div class="block block--sub o-apr-rating-group">
<p class="o-apr-rating-group--heading">
Use our ratings to compare your results:
Use the ratings to compare your results:
</p>
<dl>
{% for label, label_count in purchase_apr_rating_counts.items() %}
Expand Down
4 changes: 2 additions & 2 deletions cfgov/tccp/jinja2/tccp/includes/data_published.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<p class="u-small-text u-small-text--subtle">
Data reported
{{- ' directly by the issuer ' if verbose -}}
{{- ' directly by the company ' if verbose -}}
on {{ time.render(
ensure_date(date), {"date": true}, text_format=true
) }}
({{- 'credit card terms may have changed since then, check with the issuer
({{- 'credit card terms may have changed since then, double-check with the company
for the most current terms or ' if verbose -}}
<a href="{{ url('tccp:about') }}">{{ 'l' if verbose else 'L' }}earn about the data</a>)
</p>
Expand Down
16 changes: 11 additions & 5 deletions cfgov/tccp/jinja2/tccp/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
value = {
"heading": heading,
"body": (
"We know people use credit cards for many reasons. " ~
"Our large database of cards can help you find ones that are best for you."
"Our large database can help you find cards that are best for you."
),
"image": {
"url": static("apps/tccp/img/explore-credit-cards-hero-lg.png"),
Expand All @@ -59,7 +58,7 @@

<div class="block block--sub block--flush-top">
<h2>
How is this comparison tool different than others you may have used?
How is this comparison site different?
</h2>
<ul class="m-list">
<li class="m-list__item">
Expand All @@ -68,14 +67,21 @@ <h2>
<li class="m-list__item">
<a
href="{{ url('tccp:about') }}"
>Credit card companies are required by law to submit data to us</a>
>150 credit card companies are required by law to submit data to us</a>
</li>
<li class="m-list__item">
Any credit card company can
<a href="/credit-card-data/terms-credit-card-plans-survey/">voluntarily contribute data</a>
</li>
<li class="m-list__item">
No paid advertising
</li>
<li class="m-list__item">
Card interest is rated, to help you compare
</li>
<li class="m-list__item">
Data is public and can be used by anyone
</li>
</ul>
</div>

Expand Down Expand Up @@ -133,7 +139,7 @@ <h2>
<div class="m-btn-group">
<button class="a-btn a-btn--full-on-xs" data-js-hook="behavior_submit-situations">See cards for your situation</button>
<div class="u-btn-helper">
Or <a href="{{ url('tccp:cards') }}">see all cards</a> in our database
Or <a href="{{ url('tccp:cards') }}">see all cards</a>
</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Targeted for your credit score range.
<a
href="https://www.youtube.com/watch?v=wFTOZollKdk"
href="/ask-cfpb/how-do-i-get-and-keep-a-good-credit-score-en-318/"
>Learn about ways to build credit and your credit score.</a>

0 comments on commit 37f74d1

Please sign in to comment.