Skip to content

Commit

Permalink
fix: 게시글 등록 팝업 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunJongHun committed Sep 23, 2024
1 parent 5f975f7 commit 340d2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useToastMessageType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const TOAST_MESSAGE: ToastMessageType = {
iconType: 'SUCCESS',
},
POST_CREATE_ERROR: {
message: ' 실패했습니다.',
message: '게시글 등록에 실패했습니다.',
subMessage: '잠시 후 다시 시도해주세요.',
iconType: 'ERROR',
},
Expand Down

0 comments on commit 340d2ff

Please sign in to comment.