Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TCCP content #8400

Merged
merged 10 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
caheberer marked this conversation as resolved.
Show resolved Hide resolved
</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 @@ -218,7 +218,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>
caheberer marked this conversation as resolved.
Show resolved Hide resolved
</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>
Loading