Skip to content

Commit

Permalink
fix: correct sample start_headline msgid
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Sep 28, 2022
1 parent 71b832b commit ec2ad45
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions benefits/core/migrations/0002_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def load_sample_data(app, *args, **kwargs):
auth_provider=auth_provider,
selection_label=_("eligibility.pages.index.sample.label"),
selection_label_description=None,
start_headline=_("eligibility.pages.start.sample.title"),
start_sub_headline=_("eligibility.pages.start.sample.headline"),
start_headline=_("eligibility.pages.start.sample.headline"),
start_sub_headline=_("eligibility.pages.start.sample.sub_headline"),
start_item_name=_("eligibility.pages.start.sample.items[0].title"),
start_item_description=_("eligibility.pages.start.sample.items[0].text"),
start_blurb=_("eligibility.pages.start.sample.p[0]"),
Expand Down
6 changes: 3 additions & 3 deletions benefits/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
"POT-Creation-Date: 2022-09-28 02:50+0000\n"
"POT-Creation-Date: 2022-09-28 19:35+0000\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -26,11 +26,11 @@ msgid "eligibility.pages.index.sample.label"
msgstr "Senior Discount Program"

#: benefits/core/migrations/0002_sample_data.py:110
msgid "eligibility.pages.start.sample.title"
msgid "eligibility.pages.start.sample.headline"
msgstr "You selected an Older Adult Benefit with MST."

#: benefits/core/migrations/0002_sample_data.py:111
msgid "eligibility.pages.start.sample.headline"
msgid "eligibility.pages.start.sample.sub_headline"
msgstr "You will need a few items to connect your benefit:"

#: benefits/core/migrations/0002_sample_data.py:112
Expand Down
12 changes: 6 additions & 6 deletions benefits/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
"POT-Creation-Date: 2022-09-28 02:50+0000\n"
"POT-Creation-Date: 2022-09-28 19:35+0000\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -26,13 +26,13 @@ msgid "eligibility.pages.index.sample.label"
msgstr "TODO: Senior Discount Program"

#: benefits/core/migrations/0002_sample_data.py:110
msgid "eligibility.pages.start.sample.title"
msgstr ""
"Conecta tu tarjeta bancaria para tu descuento en el transporte público con "
"Cal-ITP Benefits."
msgid "eligibility.pages.start.sample.headline"
msgstr "Necesitará algunos artículos para conectar su descuento:"

#: benefits/core/migrations/0002_sample_data.py:111
msgid "eligibility.pages.start.sample.headline"
#, fuzzy
#| msgid "eligibility.pages.start.sample.headline"
msgid "eligibility.pages.start.sample.sub_headline"
msgstr "Necesitará algunos artículos para conectar su descuento:"

#: benefits/core/migrations/0002_sample_data.py:112
Expand Down

0 comments on commit ec2ad45

Please sign in to comment.