Skip to content

Commit

Permalink
fix: missing string (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski authored May 17, 2024
1 parent 85b9406 commit 56cd853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/public/src/pages/applications/financial/vouchers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ApplicationVouchers = () => {
<ApplicationFormLayout
listingName={listing?.name}
heading={t("application.financial.vouchers.title")}
subheading={t("application.financial.vouchers.subTitle")}
subheading={t("application.financial.vouchers.subtitle")}
progressNavProps={{
currentPageSection: currentPageSection,
completedSections: application.completedSections,
Expand Down

0 comments on commit 56cd853

Please sign in to comment.