From 9eff7c24c1a30eef598ff639d00fb6518f610808 Mon Sep 17 00:00:00 2001 From: Hwang HyeonSik <142300831+Choon0414@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:59:15 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=ED=92=88=EC=A0=88=20=EC=95=8C?= =?UTF-8?q?=EB=A6=BC=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95=20(#427)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix : 품절 알림 문구 수정 * fix : 품절 알림 문구 수정 --- .../domain/notification/model/NotificationFactory.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/in/koreatech/koin/global/domain/notification/model/NotificationFactory.java b/src/main/java/in/koreatech/koin/global/domain/notification/model/NotificationFactory.java index 343159c1e..fa3fb4795 100644 --- a/src/main/java/in/koreatech/koin/global/domain/notification/model/NotificationFactory.java +++ b/src/main/java/in/koreatech/koin/global/domain/notification/model/NotificationFactory.java @@ -31,9 +31,8 @@ public Notification generateSoldOutNotification( ) { return new Notification( path, - "학식 품절 알림!", - "%s 품절되었습니다." - .formatted(place), + "%s코너가 품절되었습니다.".formatted(place), + "다른 식단 보러 가기.", null, NotificationType.MESSAGE, target