From 32eafc29c709651f1ffc200ece41fcfb4a359048 Mon Sep 17 00:00:00 2001 From: pizzazoa Date: Mon, 29 Dec 2025 16:24:22 +0900 Subject: [PATCH] =?UTF-8?q?chore(infra):=20=EB=B0=B0=EC=B9=98=ED=99=94?= =?UTF-8?q?=EB=90=9C=20=EC=95=8C=EB=A6=BC=20=EB=A9=94=EC=8B=9C=EC=A7=80=20?= =?UTF-8?q?=EC=9D=BC=EB=B6=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/notification-messages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: "두근두근! 새로운 의견이 공유되었어요. 확인해볼까요?"