Skip to content

Commit

Permalink
[Study programme] Improve avg. graduation times texts
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Aug 23, 2024
1 parent f085593 commit b49b1fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const TimesAndPathsView = ({ faculty, setStudyProgrammes, studyProgrammes
<>
<div className="divider">
<Divider data-cy="Section-AverageGraduationTimes" horizontal>
Average graduation times
Average graduation times by education level
</Divider>
</div>
<div style={{ marginBottom: '3em' }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const BasicOverview = ({
titles={graduations?.data?.titles}
/>
</div>
{getDivider('Average graduation times', 'AverageGraduationTimes')}
{getDivider('Average graduation times by year of graduation', 'AverageGraduationTimes')}
<div className="toggle-container">
<Toggle
cypress="GraduationTimeToggle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const StudytrackOverview = ({
)}
{stats?.isSuccess && stats?.data?.includeGraduated && stats?.data?.graduationTimes[track] && (
<>
{getDivider('Average graduation times', infoTextGraduationTimes)}
{getDivider('Average graduation times by starting year', infoTextGraduationTimes)}
<Toggle
cypress="GraduationTimeToggle"
firstLabel="Breakdown"
Expand Down

0 comments on commit b49b1fe

Please sign in to comment.