Skip to content

Commit

Permalink
QF-1214 change editors to contributors (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Nov 20, 2024
1 parent 3e7f9c0 commit 1218c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en/learn.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Course/CourseDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const CourseDetails: React.FC<Props> = ({ course }) => {
/>
{course?.editors?.length > 0 && (
<DetailSection
title={t('editors')}
title={t('contributors')}
description={<EditorsDetails editors={course.editors} />}
/>
)}
Expand Down

0 comments on commit 1218c39

Please sign in to comment.