diff --git a/services/frontend/src/components/FacultyStatistics/TimesAndPaths/index.jsx b/services/frontend/src/components/FacultyStatistics/TimesAndPaths/index.jsx
index 236de6d061..7530c89b16 100644
--- a/services/frontend/src/components/FacultyStatistics/TimesAndPaths/index.jsx
+++ b/services/frontend/src/components/FacultyStatistics/TimesAndPaths/index.jsx
@@ -95,7 +95,7 @@ export const TimesAndPathsView = ({ faculty, setStudyProgrammes, studyProgrammes
<>
- Average graduation times
+ Average graduation times by education level
diff --git a/services/frontend/src/components/StudyProgramme/BasicOverview/index.jsx b/services/frontend/src/components/StudyProgramme/BasicOverview/index.jsx
index eb10c231ac..0bc3a6e861 100644
--- a/services/frontend/src/components/StudyProgramme/BasicOverview/index.jsx
+++ b/services/frontend/src/components/StudyProgramme/BasicOverview/index.jsx
@@ -208,7 +208,7 @@ export const BasicOverview = ({
titles={graduations?.data?.titles}
/>
- {getDivider('Average graduation times', 'AverageGraduationTimes')}
+ {getDivider('Average graduation times by year of graduation', 'AverageGraduationTimes')}
- {getDivider('Average graduation times', infoTextGraduationTimes)}
+ {getDivider('Average graduation times by starting year', infoTextGraduationTimes)}