From b49b1feff44dab1ea40955279c163e9bd8709170 Mon Sep 17 00:00:00 2001 From: Riku Rauhala Date: Fri, 23 Aug 2024 10:25:30 +0300 Subject: [PATCH] [Study programme] Improve avg. graduation times texts --- .../src/components/FacultyStatistics/TimesAndPaths/index.jsx | 2 +- .../src/components/StudyProgramme/BasicOverview/index.jsx | 2 +- .../src/components/StudyProgramme/StudytrackOverview/index.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)}