Skip to content

Commit

Permalink
Fix : 푸시알림 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunw9 committed Sep 6, 2024
1 parent a19800a commit ff025f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@Getter
public enum MessageContent {

DIARY_WRITE_REQUEST("클로디","오늘의 일기를 작성해주세요"),
REPLY_COMPLETED_REQUEST("클로디","답변 도착 ! 확인해보세요 "),
DIARY_WRITE_REQUEST("클로디","오늘의 감사한 일을 말해보세요!"),
REPLY_COMPLETED_REQUEST("클로디","행운의 답장이 도착했어요!"),
;
public final String title;
public final String body;
Expand Down

0 comments on commit ff025f9

Please sign in to comment.