Skip to content

Commit

Permalink
revert opportunity listing page title change
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-s-nava committed Dec 13, 2024
1 parent 718c43d commit 329a805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/i18n/messages/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const messages = {
"Search for grants here. To use more advanced features or to apply, go to <LinkToGrants>www.Grants.gov</LinkToGrants>.",
},
OpportunityListing: {
page_title: "Opportunity Listing | Simpler.Grants.Gov",
page_title: "Opportunity Listing",
meta_description: "Summary details for the specific opportunity listing.",
intro: {
agency: "Agency: ",
Expand Down
2 changes: 1 addition & 1 deletion frontend/tests/e2e/opportunity.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 329a805

Please sign in to comment.