Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
char-yb authored Sep 13, 2024
2 parents a4f5307 + 180be65 commit 1ccb6af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@AllArgsConstructor
public enum FcmNotificationConstants {
// FIRST_BOOST는 임시 -> 디자인측에서 제공시 수정예정
FIRST_BOOST("첫 부스터 달성!", "축하합니다! 게시물에 첫 번째 부스터가 추가되었어요!"),
POPULAR("인기쟁이", "게시물 부스터를 1000개를 달성했어요!"),
FIRST_BOOST("첫 부스터 달성!", "축하합니다! 첫 번째 부스터가 추가되었어요!"),
POPULAR("인기쟁이", "부스터를 1000개를 달성했어요!"),
SUPER_POPULAR("최고 인기 달성", "인기폭발! 부스터를 5000개 달성했어요!"),
MISSION_START("미션 시작!", "새로운 미션을 지금 시작해보세요!"),
MISSION_REMINDER("미션 리마인드", "미션 종료까지 5시간 남았어요!");
Expand Down

0 comments on commit 1ccb6af

Please sign in to comment.