Skip to content

Commit

Permalink
Corrects capitalization of app title and corrects subtitle font (#33509)
Browse files Browse the repository at this point in the history
  • Loading branch information
radavis authored Dec 12, 2024
1 parent f816b41 commit a709c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/applications/mhv-supply-reordering/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { freeze } = Object;

export const TITLE = 'Order Medical Supplies';
export const TITLE = 'Order medical supplies';
export const SUBTITLE =
'Use this form to order hearing aid batteries and accessories and CPAP supplies';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const IntroductionPage = ({ route }) => {
<>
<Breadcrumbs />
<FormTitle title={TITLE} />
<p>{SUBTITLE}</p>
<p className="vads-u-font-family--serif">{SUBTITLE}</p>
<Alerts />
<SuppliesAvailable supplies={supplies} />
<SaveInProgressIntro
Expand Down

0 comments on commit a709c58

Please sign in to comment.