diff --git a/locales/en/learn.json b/locales/en/learn.json index 2205f7529c..40d0376591 100644 --- a/locales/en/learn.json +++ b/locales/en/learn.json @@ -1,6 +1,6 @@ { "about-author": "About the author", - "editors": "Editors", + "contributors": "Contributors", "add-reflection": "Add Reflection", "all-learning-plans": "All Learning Plans", "author": "Author", diff --git a/src/components/Course/CourseDetails/index.tsx b/src/components/Course/CourseDetails/index.tsx index 587b490b13..7f4c8b4a94 100644 --- a/src/components/Course/CourseDetails/index.tsx +++ b/src/components/Course/CourseDetails/index.tsx @@ -104,7 +104,7 @@ const CourseDetails: React.FC = ({ course }) => { /> {course?.editors?.length > 0 && ( } /> )}