Skip to content

Commit

Permalink
Merge pull request #173 from 4bujak-4bujak/develop
Browse files Browse the repository at this point in the history
hotfix: 알림 내용 수정
  • Loading branch information
yurim0628 authored Jun 11, 2024
2 parents 88c26e1 + 2706517 commit 908a7f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public final class NotificationContent {
private static final String COMMENT_NOTIFICATION_FORMAT = "%s님이 회원님의 게시글에 댓글을 남겼습니다.";
private static final String MEETING_ROOM_INVITATION_NOTIFICATION_FORMAT = "%s에 초대된 미팅이 있습니다.";
private static final String RECHARGING_ROOM_CANCELLATION_NOTIFICATION_FORMAT = "%s에 리차징룸 예약이 미팅 일정과 중복되어 자동 취소되었습니다.";
private static final String MEETING_ROOM_RESERVATION_NOTIFICATION_FORMAT = "%s에 %s %s에서 이용 예정입니다.";
private static final String RECHARGING_ROOM__RESERVATION_NOTIFICATION_FORMAT = "%s에 %s %s 이용 예정입니다.";
private static final String MEETING_ROOM_RESERVATION_NOTIFICATION_FORMAT = "%s에 %s %s에서 미팅이 있습니다. 이용 시간을 준수해주세요.";
private static final String RECHARGING_ROOM__RESERVATION_NOTIFICATION_FORMAT = "%s에 %s %s 이용 예정입니다. 이용 시간을 준수해주세요.";
private static final DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("MM월 dd일 HH:mm");
private static final DateTimeFormatter timeFormatter = DateTimeFormatter.ofPattern("HH:mm");

Expand Down

0 comments on commit 908a7f0

Please sign in to comment.