Skip to content

Commit

Permalink
chore: CULTURE displayname 수정 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Aug 4, 2024
1 parent b273884 commit 9167809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enum class WorkBookCategory(val code: Byte, val parameterName: String, val displ
ECONOMY(0, "economy", "경제"),
IT(10, "it", "IT"),
MARKETING(20, "marketing", "마케팅"),
CULTURE(30, "culture", "문화"),
CULTURE(30, "culture", "교양"),
SCIENCE(40, "science", "과학"),
;

Expand Down

0 comments on commit 9167809

Please sign in to comment.