File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/kotlin/org/gitanimals/notification/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ class NotDeveloperQuizCreateRequestedMessageListener(
4242
4343 this .newQuizCreatedNotification.notifyWithActions(
4444 message = """
45- :warning::warning::warning:
45+ :warning:
4646 개발 관련 내용이 아닌 퀴즈가 생성 요청되었어요.
4747 개발 관련 퀴즈라면, 버튼을 눌러 학습 시켜주세요.
48- ---생성 요청된 퀴즈 :point_down:---
48+ ---:point_down: 생성 요청된 퀴즈 :point_down:---
4949 language: ${notDeveloperQuizCreateRequested.language}
5050 category: ${notDeveloperQuizCreateRequested.category}
5151 problem: ${notDeveloperQuizCreateRequested.problem}
@@ -54,7 +54,7 @@ class NotDeveloperQuizCreateRequestedMessageListener(
5454 ActionRequest (
5555 id = " approve_action" ,
5656 style = DANGER ,
57- name = " Approve " ,
57+ name = " 눌러서 학습시키기 " ,
5858 interaction = payloadWhenApprovedButtonClicked,
5959 ),
6060 )
You can’t perform that action at this time.
0 commit comments