Skip to content

Commit

Permalink
마감 컨펌 메세지 수정 (SWYP-team-2th#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
YOOJS1205 committed Mar 2, 2025
1 parent a409449 commit f325294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function CloseConfirmDialog({

return (
<Dialog
title="투표를 정말 무효처리 하시겠어요? 😢"
title="투표를 마감 하시겠습니까?✌️"
description={description ?? '삭제하면 다시 되돌릴 수 없어요!'}
cancelButtonProps={{
text: '취소',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function useVoteVerticalEllipsis() {
postId={voteDetail.id}
description={
notParticipatedVote
? '잠시만요️, 아직 아무도 투표하지 않았어요!😢'
? '잠시만요️, 아직 아무도 투표하지 않았어요!😢'
: '삭제하면 다시 되돌릴 수 없어요!'
}
/>,
Expand Down

0 comments on commit f325294

Please sign in to comment.