Skip to content

Commit

Permalink
fix : 품절 알림 문구 수정 (#427)
Browse files Browse the repository at this point in the history
* fix : 품절 알림 문구 수정

* fix : 품절 알림 문구 수정
  • Loading branch information
Choon0414 authored and Choi-JJunho committed May 9, 2024
1 parent af7c028 commit 9eff7c2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ public Notification generateSoldOutNotification(
) {
return new Notification(
path,
"학식 품절 알림!",
"%s 품절되었습니다."
.formatted(place),
"%s코너가 품절되었습니다.".formatted(place),
"다른 식단 보러 가기.",
null,
NotificationType.MESSAGE,
target
Expand Down

0 comments on commit 9eff7c2

Please sign in to comment.