Skip to content

Commit 6393a79

Browse files
committed
feat(agencies): add Roseville enrollment success copy
1 parent 14f8bc6 commit 6393a79

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

benefits/enrollment/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def get_context_data(self, **kwargs):
184184
AgencySlug.MST.value: DefaultEnrollmentSuccess(transportation_type=_("an MST bus")),
185185
AgencySlug.NEVCO.value: DefaultEnrollmentSuccess(transportation_type=_("a Nevada County Connects bus")),
186186
AgencySlug.RABA.value: DefaultEnrollmentSuccess(transportation_type=_("a RABA bus")),
187+
AgencySlug.ROSEVILLE.value: DefaultEnrollmentSuccess(transportation_type=_("a Roseville bus")),
187188
AgencySlug.SACRT.value: DefaultEnrollmentSuccess(transportation_type=_("a SacRT bus")),
188189
AgencySlug.SLORTA.value: DefaultEnrollmentSuccess(transportation_type=_("a RTA bus")),
189190
AgencySlug.SBMTD.value: DefaultEnrollmentSuccess(transportation_type=_("an SBMTD bus")),

benefits/locale/en/LC_MESSAGES/django.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,9 @@ msgstr ""
950950
msgid "a RABA bus"
951951
msgstr ""
952952

953+
msgid "a Roseville bus"
954+
msgstr ""
955+
953956
msgid "a SacRT bus"
954957
msgstr ""
955958

benefits/locale/es/LC_MESSAGES/django.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,9 @@ msgstr "un autobús de Nevada County Connects"
12121212
msgid "a RABA bus"
12131213
msgstr "un autobús de RABA"
12141214

1215+
msgid "a Roseville bus"
1216+
msgstr "un autobús de Roseville"
1217+
12151218
msgid "a SacRT bus"
12161219
msgstr "un autobús de SacRT"
12171220

0 commit comments

Comments
 (0)