Skip to content

Commit

Permalink
Merge pull request #236 from WE-ARE-RACCOONS/develop
Browse files Browse the repository at this point in the history
RAC-336 HotFix : ํ…œํ”Œ๋ฆฟ ๋ถˆ์ผ์น˜ ์ˆ˜์ •3
  • Loading branch information
ywj9811 authored Apr 16, 2024
2 parents 03380c2 + 667a9a6 commit b7bacaa
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 b7bacaa

Please sign in to comment.