From 217b86e6165500d4ec5eefe02e37735eab8751ef Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:56:14 -0400 Subject: [PATCH] fix: missing header items (#607) --- src/studio-header/HeaderBody.jsx | 24 ++++++++++++------------ src/studio-header/utils.js | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/studio-header/HeaderBody.jsx b/src/studio-header/HeaderBody.jsx index 29faaf168..75dc8a376 100644 --- a/src/studio-header/HeaderBody.jsx +++ b/src/studio-header/HeaderBody.jsx @@ -102,20 +102,20 @@ const HeaderBody = ({ /> )} - - )} + + ); }; diff --git a/src/studio-header/utils.js b/src/studio-header/utils.js index 2c1a56ff3..5b5c96361 100644 --- a/src/studio-header/utils.js +++ b/src/studio-header/utils.js @@ -41,7 +41,7 @@ export const getSettingMenuItems = ({ studioBaseUrl, courseId, intl }) => ([ }, { href: `${studioBaseUrl}/course_team/${courseId}`, - title: intl.formatMessage(messages['header.links.pages']), + title: intl.formatMessage(messages['header.links.courseTeam']), }, { href: `${studioBaseUrl}/group_configurations/course-v1:${courseId}`,