Skip to content

Commit

Permalink
chore: fix filename for veteran selection label
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jul 10, 2023
1 parent 7c4261f commit 59ebaf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/migrations/0002_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def load_data(app, *args, **kwargs):
name=os.environ.get("MST_VETERAN_VERIFIER_NAME", "VA.gov - Veteran (MST)"),
eligibility_type=mst_veteran_type,
auth_provider=veteran_auth_provider,
selection_label_template="core/includes/selection_label__mst_veteran.html",
selection_label_template="core/includes/selection-label--veteran.html",
start_template="eligibility/start__veteran.html",
unverified_title=_("eligibility.pages.unverified.title"),
unverified_blurb=_("eligibility.pages.unverified.p[0]"),
Expand Down

0 comments on commit 59ebaf4

Please sign in to comment.