diff --git a/src/main/java/com/example/gimmegonghakauth/constant/AbeekTypeConst.java b/src/main/java/com/example/gimmegonghakauth/constant/AbeekTypeConst.java index fde1808..3383420 100644 --- a/src/main/java/com/example/gimmegonghakauth/constant/AbeekTypeConst.java +++ b/src/main/java/com/example/gimmegonghakauth/constant/AbeekTypeConst.java @@ -5,11 +5,18 @@ public enum AbeekTypeConst { PROFESSIONAL_NON_MAJOR("전문교양"), NON_MAJOR("교양"), MSC("MSC"), - MAJOR("전공학점"), - DESIGN("설계학점"), - MINIMUM_CERTI("최소인증학점"), + MAJOR("전공"), + DESIGN("설계"), + MINIMUM_CERTI("최소 이수학점"), BSM("BSM"); + private final String typeMessage; + AbeekTypeConst(String typeMessage) { + this.typeMessage = typeMessage; + } + + public String getTypeMessage() { + return typeMessage; } } diff --git a/src/main/resources/templates/gonghak/statusForm.html b/src/main/resources/templates/gonghak/statusForm.html index de9c4c7..793397f 100644 --- a/src/main/resources/templates/gonghak/statusForm.html +++ b/src/main/resources/templates/gonghak/statusForm.html @@ -32,7 +32,7 @@

RESULT RATIO

- + @@ -76,7 +76,7 @@

RECOMMEND COURSES

-

type

+

type