Skip to content

Commit c7b0754

Browse files
committed
fix: 리마인드 알림 문구 수정
1 parent 54b95ca commit c7b0754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/features/notification/components/NotificationItemCard

src/features/notification/components/NotificationItemCard/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const NotificationItemCard = ({ data }: Props) => {
2424
if (type === 'APPOINTMENT_EXPIRE') return '나의 Pick 요청이 만료됐어요.';
2525
if (type === 'APPOINTMENT_PROPOSAL') return 'Pick 요청을 받았어요.';
2626
if (type === 'APPOINTMENT_REJECT') return '나의 Pick 요청이 거절됐어요.';
27-
if (type === 'APPOINTMENT_RENTAL_REMIND') return '오늘은 아래 상품의 거래 날이에요!';
28-
if (type === 'APPOINTMENT_RETURN_REMIND') return '오늘은 아래 상품의 거래 날이에요!';
27+
if (type === 'APPOINTMENT_RENTAL_REMIND') return '아래 상품의 거래 날이 다가와요!';
28+
if (type === 'APPOINTMENT_RETURN_REMIND') return '아래 상품의 거래 날이 다가와요!';
2929
if (type === 'APPOINTMENT_CONFIRM') return '나의 Pick이 확정됐어요.';
3030
if (type === 'APPOINTMENT_SUCCESS') return '거래가 완료되었어요! 리뷰를 작성해 보세요.';
3131
})();

0 commit comments

Comments
 (0)