File tree 5 files changed +27
-9
lines changed
enrollment/templates/enrollment
5 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 87
87
"fields" : {
88
88
"name" : " courtesy_card" ,
89
89
"label" : " (MST) Courtesy Card Discount" ,
90
- "group_id" : " group123"
90
+ "group_id" : " group123" ,
91
+ "enrollment_index_template" : " enrollment/index--agency-card.html"
91
92
}
92
93
},
93
94
{
114
115
"fields" : {
115
116
"name" : " mobility_pass" ,
116
117
"label" : " (SBMTD) Mobility Pass Discount" ,
117
- "group_id" : " group123"
118
+ "group_id" : " group123" ,
119
+ "enrollment_index_template" : " enrollment/index--agency-card.html"
118
120
}
119
121
},
120
122
{
Original file line number Diff line number Diff line change
1
+ {% extends "enrollment/index.html" %}
2
+ {% load i18n %}
3
+
4
+ {% block headline %}
5
+ < div class ="col-lg-8 ">
6
+ < h1 class ="pb-lg-8 pb-4 ">
7
+ {% translate "We found your record!< br > Now let’s enroll your contactless card." %}
8
+ </ h1 >
9
+ </ div >
10
+ {% endblock headline %}
Original file line number Diff line number Diff line change 14
14
{% block headline %}
15
15
< div class ="col-lg-8 ">
16
16
< h1 class ="pb-lg-8 pb-4 ">
17
- {% translate "We found your record !< br > Now let’s enroll your contactless card ." %}
17
+ {% translate "Your eligibility is confirmed !< br > You’re almost there ." %}
18
18
</ h1 >
19
19
</ div >
20
20
{% endblock headline %}
Original file line number Diff line number Diff line change 6
6
msgid ""
7
7
msgstr ""
8
8
"Report-Msgid-Bugs-To : https://github.com/cal-itp/benefits/issues \n "
9
- "POT-Creation-Date : 2024-05-02 20:39 +0000\n "
9
+ "POT-Creation-Date : 2024-05-03 15:20 +0000\n "
10
10
"Language : English\n "
11
11
"MIME-Version : 1.0\n "
12
12
"Content-Type : text/plain; charset=UTF-8\n "
@@ -603,10 +603,13 @@ msgstr ""
603
603
msgid "Learn more about Littlepay"
604
604
msgstr ""
605
605
606
+ msgid "We found your record!<br>Now let’s enroll your contactless card."
607
+ msgstr ""
608
+
606
609
msgid "Eligibility confirmation"
607
610
msgstr ""
608
611
609
- msgid "We found your record !<br>Now let’s enroll your contactless card ."
612
+ msgid "Your eligibility is confirmed !<br>You’re almost there ."
610
613
msgstr ""
611
614
612
615
msgid "Please wait..."
Original file line number Diff line number Diff line change 6
6
msgid ""
7
7
msgstr ""
8
8
"Report-Msgid-Bugs-To : https://github.com/cal-itp/benefits/issues \n "
9
- "POT-Creation-Date : 2024-05-02 20:39 +0000\n "
9
+ "POT-Creation-Date : 2024-05-03 18:34 +0000\n "
10
10
"Language : Español\n "
11
11
"MIME-Version : 1.0\n "
12
12
"Content-Type : text/plain; charset=UTF-8\n "
@@ -742,14 +742,17 @@ msgstr "Utilice una tarjeta de débito o crédito de Visa o Mastercard."
742
742
msgid "Learn more about Littlepay"
743
743
msgstr "Más información sobre Littlepay"
744
744
745
- msgid "Eligibility confirmation"
746
- msgstr "Confirmación de elegibilidad"
747
-
748
745
msgid "We found your record!<br>Now let’s enroll your contactless card."
749
746
msgstr ""
750
747
"¡Encontramos su registro!<br>Ahora inscribamos su tarjeta de pago sin "
751
748
"contacto."
752
749
750
+ msgid "Eligibility confirmation"
751
+ msgstr "Confirmación de elegibilidad"
752
+
753
+ msgid "Your eligibility is confirmed!<br>You’re almost there."
754
+ msgstr "¡Su elegibilidad está confirmada!<br>Ya falta poco."
755
+
753
756
msgid "Please wait..."
754
757
msgstr "Espere por favor..."
755
758
You can’t perform that action at this time.
0 commit comments