Skip to content

Commit

Permalink
chore: CULTURE displayname 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Aug 4, 2024
1 parent b273884 commit 76b656a
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 76b656a

Please sign in to comment.