Skip to content

Commit 020b670

Browse files
committed
refactor: 학습버튼 name을 수정한다
1 parent 268341f commit 020b670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/kotlin/org/gitanimals/notification/app/NotDeveloperQuizCreateRequestedMessageListener.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)