Skip to content

Commit

Permalink
Merge pull request #2098 from GSA/1904-polite-a11y-page-titles
Browse files Browse the repository at this point in the history
PXBF-1904-polite-a11y-page-titles: update a11y title content
  • Loading branch information
scottqueen-bixal authored Feb 6, 2025
2 parents ebe27d4 + 5789612 commit 440da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefit-finder/src/shared/utils/a11yTitles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const a11yTitles = (location, locale) => {
const title = pathValue.replace('-', ' ')

// create language specific titles
const enTitle = `Entering Benefit Finder: ${title.toLowerCase()} | USAGov`
const enTitle = `Benefit Finder: ${title.toLowerCase()} | USAGov`
const esTitle = `Buscador de beneficios: ${title.toLowerCase()} | USAGov`
const defaultTitle = `${title} | USAGov`

Expand Down

0 comments on commit 440da02

Please sign in to comment.