Skip to content

Commit d04c228

Browse files
authored
FIX: Rename Leadership Header to Sponsor (#599)
* update english nav header with support * update tests to include support
1 parent 0995b06 commit d04c228

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_data/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ en:
66
- About Us
77
- Events
88
- Community
9-
- Leadership
9+
- Support
1010
index:
1111
lead: Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.
1212
article:

tests/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def test_headers_in_language(page_url: tuple[Page, str], route: str) -> None:
8888
("About Us", "/about/"),
8989
("Events", "/events/"),
9090
("Community", "/community/"),
91+
("Support", "/support/"),
9192
),
9293
)
9394
def test_bpdevs_title_en(page_url: tuple[Page, str], title: str, url: str) -> None:

0 commit comments

Comments
 (0)