diff --git a/frontends/mit-open/src/page-components/Header/Header.tsx b/frontends/mit-open/src/page-components/Header/Header.tsx
index a0c29138af..799cd61b45 100644
--- a/frontends/mit-open/src/page-components/Header/Header.tsx
+++ b/frontends/mit-open/src/page-components/Header/Header.tsx
@@ -170,14 +170,15 @@ const navData: NavData = {
{
title: "Courses",
icon: ,
- description: "Learn with MIT instructors",
+ description:
+ "Single courses on a specific subject, taught by MIT instructors",
href: querifiedSearchUrl({ resource_category: "course" }),
},
{
title: "Programs",
icon: ,
description:
- "Learn in-depth from a series of courses and earn a certificate",
+ "A series of courses for in-depth learning across a range of topics",
href: querifiedSearchUrl({ resource_category: "program" }),
},
{
@@ -190,7 +191,7 @@ const navData: NavData = {
title: "Learning Materials",
icon: ,
description:
- "Free teaching and learning materials including videos, podcasts, lecture notes, etc.",
+ "Free learning and teaching materials, including videos, podcasts, lecture notes, and more",
href: querifiedSearchUrl({ resource_category: "learning_material" }),
},
],
@@ -204,7 +205,7 @@ const navData: NavData = {
href: TOPICS,
},
{
- title: "By Departments",
+ title: "By Department",
icon: ,
href: DEPARTMENTS,
},
diff --git a/frontends/mit-open/src/page-components/SearchDisplay/ProfessionalToggle.tsx b/frontends/mit-open/src/page-components/SearchDisplay/ProfessionalToggle.tsx
index a72c0975a8..9edae6eec9 100644
--- a/frontends/mit-open/src/page-components/SearchDisplay/ProfessionalToggle.tsx
+++ b/frontends/mit-open/src/page-components/SearchDisplay/ProfessionalToggle.tsx
@@ -109,12 +109,12 @@ const ProfessionalToggle: React.FC<{
- Content developed from MIT’s academic curriculum
+ Content developed from MIT's academic curriculum
- Content developed from MIT’s professional curriculum
+ Content developed from MIT's professional curriculum
diff --git a/frontends/mit-open/src/page-components/SignupPopover/SignupPopover.tsx b/frontends/mit-open/src/page-components/SignupPopover/SignupPopover.tsx
index 131eb603db..3e034c9279 100644
--- a/frontends/mit-open/src/page-components/SignupPopover/SignupPopover.tsx
+++ b/frontends/mit-open/src/page-components/SignupPopover/SignupPopover.tsx
@@ -35,7 +35,7 @@ const SignupPopover: React.FC = (props) => {
As a member, get personalized recommendations, curate learning lists,
- and follow your areas of interests.
+ and follow your areas of interest.