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