Skip to content

Commit

Permalink
feat(enrollment): update success message copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed May 1, 2024
1 parent 6820fca commit 594f66d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion benefits/enrollment/templates/enrollment/success--mst.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block success-message %}
{% blocktranslate trimmed %}
You were not charged anything today. When boarding an MST fixed route bus, tap this card when you board and you will be
Your contactless card is now enrolled in an MST Courtesy Card transit benefit. When boarding an MST bus, tap this card and you will be
charged a reduced fare. You will need to re-enroll if you choose to change the card you use to pay for transit service.
{% endblocktranslate %}
{% endblock success-message %}
4 changes: 2 additions & 2 deletions benefits/enrollment/templates/enrollment/success--sacrt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block success-message %}
{% blocktranslate trimmed %}
You were not charged anything today. When boarding SacRT light rail, tap this card when you board and you will be charged
a reduced fare. You will need to re-enroll if you choose to change the card you use to pay for transit service.
Your contactless card is now enrolled in a SacRT light rail transit benefit. When boarding SacRT light rail, tap this card and you will be
charged a reduced fare. You will need to re-enroll if you choose to change the card you use to pay for transit service.
{% endblocktranslate %}
{% endblock success-message %}
4 changes: 2 additions & 2 deletions benefits/enrollment/templates/enrollment/success--sbmtd.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block success-message %}
{% blocktranslate trimmed %}
You were not charged anything today. When boarding an SBMTD bus, tap this card when you board and you will be
charged a reduced fare. If you change the card you use to pay for transit service, you will need to re-enroll.
Your contactless card is now enrolled in an SBMTD Reduced Fare Mobility ID transit benefit. When boarding an SBMTD bus, tap this card and you will be
charged a reduced fare. You will need to re-enroll if you choose to change the card you use to pay for transit service.
{% endblocktranslate %}
{% endblock success-message %}
10 changes: 6 additions & 4 deletions benefits/enrollment/templates/enrollment/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,28 @@

{% block headline %}
<div class="col-lg-8">
<h1 class="pb-lg-4 mb-lg-3 pb-4">{% translate "Success! Your transit benefit is now connected to your card." %}</h1>
<h1 class="pb-lg-4 mb-lg-3 pb-4">
{% translate "You can now use your contactless card to tap to ride with a reduced fare!" %}
</h1>
</div>
{% endblock headline %}

{% block inner-content %}
<div class="col-12 col-sm-12 col-lg-9">
<div class="row flex-column-reverse flex-lg-row">
<div class="col-12 col-lg-7">
<div class="col-12 col-lg-7 pe-1">
{# djlint:off #}
{% if enrollment.supports_expiration %}
<h2 class="h3 mt-lg-3 mb-1">{% translate "Your benefit will expire on" %} {{ enrollment.expires|date }}.</h2>
<p>
{% else %}
<p class="pt-lg-4 mt-lg-3">
<p class="pt-lg-3 mt-lg-0">
{% endif %}
{% block success-message %}
{% endblock success-message %}
</p>
{# djlint:on #}
<p class="pt-4">{% translate "Thank you for using Cal-ITP Benefits!" %}</p>
<p class="pt-4">{% translate "You were not charged anything today. Thank you for using Cal-ITP Benefits!" %}</p>
</div>
<div class="col-12 col-lg-5">
<img width="180"
Expand Down

0 comments on commit 594f66d

Please sign in to comment.