Skip to content

Commit

Permalink
fix : 품절 알림 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Choon0414 committed Apr 16, 2024
1 parent 5e19ccd commit 292ff50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Notification generateSoldOutNotification(
return new Notification(
path,
"%s코너가 품절되었습니다.".formatted(place),
"다른 식단 보러가기.",
"다른 식단 보러 가기.",
null,
NotificationType.MESSAGE,
target
Expand Down

0 comments on commit 292ff50

Please sign in to comment.