From 667a9a6589d90f3b14c285cf2cc99c327b4f8857 Mon Sep 17 00:00:00 2001 From: yang Date: Wed, 17 Apr 2024 04:01:23 +0900 Subject: [PATCH] =?UTF-8?q?RAC-336=20HotFix=20:=20=ED=85=9C=ED=94=8C?= =?UTF-8?q?=EB=A6=BF=20=EB=B6=88=EC=9D=BC=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../postgraduate/global/bizppurio/mapper/BizppurioMapper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/postgraduate/global/bizppurio/mapper/BizppurioMapper.java b/src/main/java/com/postgraduate/global/bizppurio/mapper/BizppurioMapper.java index f6b15808..0b19ad1f 100644 --- a/src/main/java/com/postgraduate/global/bizppurio/mapper/BizppurioMapper.java +++ b/src/main/java/com/postgraduate/global/bizppurio/mapper/BizppurioMapper.java @@ -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); @@ -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);