Skip to content

Commit af61e7b

Browse files
committed
refactor : graduation User Response Type Add
1 parent 0ee8093 commit af61e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aics-api/src/main/java/kgu/developers/api/graduationUser/presentation/response/MyGraduationUserResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static MyGraduationUserResponse from(GraduationUser graduationUser, Sched
3939
case CERTIFICATE_NOT_SUBMITTED -> deadlineMessage("자격증", schedule);
4040

4141
case GRADUATION_TYPE_NOT_SUBMITTED ->
42-
"졸업 유형(보고서/자격증)을 먼저 선택해주세요.";
42+
"졸업 유형(논문/자격증)을 먼저 선택해주세요.";
4343
case PROFESSOR_NOT_ASSIGNED ->
4444
"지도교수 배정을 완료해야 다음 절차를 진행할 수 있어요.";
4545
case GRADUATION_REQUIREMENTS_MET ->

0 commit comments

Comments
 (0)