Skip to content

Commit

Permalink
refactor: 모달 라벨 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 committed Dec 3, 2023
1 parent 6fd8695 commit e59e95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/CreatedReviewManagePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ const CreatedReviewManagePage = () => {
modalId="close-review"
handleClickLabel={handleClickSurveyClose}
content="설문을 마감하시겠습니까?"
label="마감"
label="마감하기"
/>
<Modal
modalId="send-review"
handleClickLabel={handleClickSendSurvey}
content="설문을 전송하시겠습니까?"
label="전송"
label="전송하기"
/>
</div>
)
Expand Down

0 comments on commit e59e95d

Please sign in to comment.