diff --git a/src/main/resources/config/notification-messages.yml b/src/main/resources/config/notification-messages.yml index 67f871c1..0868e1b9 100644 --- a/src/main/resources/config/notification-messages.yml +++ b/src/main/resources/config/notification-messages.yml @@ -3,13 +3,13 @@ notification-messages: LIKED_ON_COLLECTION: push-title: "{actorName}" push-body: "나의 새록을 좋아해요." - batch-push-title: "새록 좋아요" - batch-push-body: "{count}개의 좋아요가 달렸어요." + batch-push-title: "{actorName} 외 {othersCount}명" + batch-push-body: "나의 새록을 좋아해요." COMMENTED_ON_COLLECTION: push-title: "{actorName}" push-body: "나의 새록에 댓글을 남겼어요. \"{comment}\"" batch-push-title: "{actorName} 외 {othersCount}명" - batch-push-body: "나의 새록에 댓글을 남겼어요. \"{comment}\"" + batch-push-body: "나의 새록에 댓글을 남겼어요." SUGGESTED_BIRD_ID_ON_COLLECTION: push-title: "동정 의견 공유" push-body: "두근두근! 새로운 의견이 공유되었어요. 확인해볼까요?"