Skip to content

Commit

Permalink
RAC-336 HotFix : 템플릿 불일치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Apr 16, 2024
1 parent ace11c5 commit 667a9a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public CommonRequest mapToCertificationApprove(User user) {
"\n" +
"이제 프로필 작성만 완료되면, 선배님의 멘토링 신청률이 up!up! \uD83D\uDD25"
);
WebLinkButton profile = new WebLinkButton("프로필 작성하기", type, profilePage);
WebLinkButton profile = new WebLinkButton("프로필 완성하기", type, profilePage);
WebLinkButton[] buttons = {profile};
CertificationApproveMessage messageBody = new CertificationApproveMessage(message, senderKey, certificationApprove, buttons);
return createCommonRequest(messageBody, user);
Expand Down Expand Up @@ -170,7 +170,7 @@ public CommonRequest mapToJuniorRefuseMessage(User user) {
"\n" +
"혹시 멘토링을 진행하고 싶었던 다른 선배님이 있다면 지금 신청해보세요!"
);
WebLinkButton otherSenior = new WebLinkButton("다른 선배 보러기가", type, mainPage);
WebLinkButton otherSenior = new WebLinkButton("다른 선배 보러가기", type, mainPage);
WebLinkButton[] buttons = {otherSenior};
JuniorRefuseMessage messageBody = new JuniorRefuseMessage(message, senderKey, juniorMentoringRefuse, buttons);
return createCommonRequest(messageBody, user);
Expand Down

0 comments on commit 667a9a6

Please sign in to comment.