Skip to content

Commit

Permalink
Merge pull request #191 from 9uttery/fix/#190
Browse files Browse the repository at this point in the history
[Fix] �오늘의 소확행 미실천 알림 문구 수정
  • Loading branch information
mingeun0507 authored May 10, 2024
2 parents 93b2f11 + c40f838 commit 6ddaaef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@Service
public class UnfinishedAchievementNotificationSendService {
private static final int UNFINISHED_ACHIEVEMENT_NOTIFICATION_TIME = 20;
private static final String UNFINISHED_ACHIEVEMENT_NOTIFICATION_TITLE = "어제 실천하지 못한 소확행이 있어요";
private static final String UNFINISHED_ACHIEVEMENT_NOTIFICATION_TITLE = "오늘 실천하지 못한 소확행이 있어요";
private static final List<String> UNFINISHED_ACHIEVEMENT_NOTIFICATION_MESSAGES =
List.of(
"오늘 잊지 말고 실천해 보세요 \uD83D\uDE09",
Expand Down

0 comments on commit 6ddaaef

Please sign in to comment.