diff --git a/frontend/src/i18n/messages/en/index.ts b/frontend/src/i18n/messages/en/index.ts index f7a03f498..3f3c246cf 100644 --- a/frontend/src/i18n/messages/en/index.ts +++ b/frontend/src/i18n/messages/en/index.ts @@ -6,7 +6,7 @@ export const messages = { "Search for grants here. To use more advanced features or to apply, go to www.Grants.gov.", }, OpportunityListing: { - page_title: "Opportunity Listing | Simpler.Grants.Gov", + page_title: "Opportunity Listing", meta_description: "Summary details for the specific opportunity listing.", intro: { agency: "Agency: ", diff --git a/frontend/tests/e2e/opportunity.spec.ts b/frontend/tests/e2e/opportunity.spec.ts index 9a4a001ee..2c37ea5ca 100644 --- a/frontend/tests/e2e/opportunity.spec.ts +++ b/frontend/tests/e2e/opportunity.spec.ts @@ -10,7 +10,7 @@ test.afterEach(async ({ context }) => { }); test("has title", async ({ page }) => { - await expect(page).toHaveTitle(/^Opportunity Listing - */); + await expect(page).toHaveTitle(/^Opportunity Listing - */); }); test("has page attributes", async ({ page }) => {