diff --git a/app/labels.ts b/app/labels.ts index b01cac9..77a495a 100644 --- a/app/labels.ts +++ b/app/labels.ts @@ -111,6 +111,7 @@ export const LABELS = { "Sorry, we couldn't find any results for your search. Please try again with different keywords.", EXPLORE_PROJECT_LIBRARY: "Explore Project Library", DEVELOPMENT_PROJECTS: "Development Projects", + APPLIED_RESEARCH: "Applied Research", RESEARCH: "Research", CLEAR_ALL: "Clear all", SHOW_PROJECTS: "Show projects", @@ -145,7 +146,7 @@ export const LABELS = { MISSION_BUTTON: "LEARN MORE ABOUT US", HEADER_TITLE: "Privacy Stewards of Ethereum", HEADER_SUBTITLE: - "PSE is a applied research lab delivering privacy to the Ethereum ecosystem", + "PSE is a research lab delivering privacy to the Ethereum ecosystem", WHO_WE_ARE: "Who we are", WHO_WE_ARE_DESCRIPTION: "PSE is a research lab building free tools that expand the world of cryptography.", diff --git a/components/sections/HomepageHeader.tsx b/components/sections/HomepageHeader.tsx index 7ba3be4..6900059 100644 --- a/components/sections/HomepageHeader.tsx +++ b/components/sections/HomepageHeader.tsx @@ -41,7 +41,7 @@ export const HomepageHeader = () => {