Skip to content

Commit

Permalink
Fix: 알림 설정 시 보이는 텍스트 글자수 단축
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Oct 11, 2023
1 parent 3b1fa41 commit 7e16098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/modal-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const MODAL_MESSAGE = {
POST_SUGGESTION: '건의사항을 보내시겠어요?',
STOP_ALARM: '알림을 그만 받을까요?',
GET_ALARM:
'알림은 9시부터 18시 사이에 보내드려요!\n새로운 공지사항이 올라오면 푸시 알림을 받을까요?',
'알림은 9시부터 18시 사이에 보내드려요\n새로운 공지가 올라오면 푸시 알림을 받을까요?',
},
ALERT: {
OVER_MAP_BOUNDARY: '앗! 지도의 영역을 벗어났어요',
Expand Down

0 comments on commit 7e16098

Please sign in to comment.