Skip to content

Commit

Permalink
Change education task name
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Sep 10, 2024
1 parent 74c48bb commit 88f2b82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## 1.2.2 - [Unreleased]

### Changed
- "Uddannelse/Kursus" is now "Uddannelsesbudget + teamdage".

## [1.2.1] - 2024-08-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/responses/user_time_summary.cr
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module Responses
@extra.illness.normal += entry.hours
when "Barns første sygedag"
@extra.illness.child += entry.hours
when "Uddannelse/Kursus"
when "Uddannelsesbudget + teamdage"
@extra.education += entry.hours
end

Expand Down

0 comments on commit 88f2b82

Please sign in to comment.