Skip to content

Commit 33fb928

Browse files
committed
fix: 공유 요청 toast 텍스트 수정
1 parent 55dca5e commit 33fb928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/LetterBoxDetail/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ const LetterBoxDetailPage = () => {
9595
setShareComment('');
9696
setToastActive({
9797
toastType: 'Success',
98-
title: '공유 완료 되었습니다.',
98+
title: '공유 요청이 완료 되었습니다.',
9999
});
100100
},
101101
onError: (error) => {
102102
setToastActive({
103103
toastType: 'Error',
104-
title: '공유가 실패했습니다. 잠시 후에 다시 시도해주세요.',
104+
title: '공유 요청이 실패했습니다. 잠시 후에 다시 시도해주세요.',
105105
});
106106
console.error(error);
107107
},

0 commit comments

Comments
 (0)