Skip to content

Commit

Permalink
Merge pull request #149 from Genti2024/fix/pgc-notification
Browse files Browse the repository at this point in the history
Fix: 사진 생성 완료 푸시 알림 문구 수정
  • Loading branch information
LeeJae-H authored Sep 2, 2024
2 parents 87f6fa7 + db7af86 commit 0407147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@Getter
public class PictureGenerationCompletedNotificationEvent extends NotificationEvent {

private static final Notification notification = new Notification("사진 생성이 완료되었습니다.", "사진 생성이 완료되었습니다.");
private static final Notification notification = new Notification("나만의 사진이 도착했어요!", "지금 당장 확인해보러 가실까요?");

private PictureGenerationCompletedNotificationEvent( Long receiverId
) {
Expand Down

0 comments on commit 0407147

Please sign in to comment.