Skip to content

Commit

Permalink
Chore: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gamjatan9 committed Jul 10, 2024
1 parent ae5c906 commit 47b0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/payment/success/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const SuccessPage = () => {

switch (order) {
case 'ticket':
title = '결재가 완료되었습니다.';
title = '결제가 완료되었습니다.';
content = '전시관 입장하기';
path = `/gallery/${galleryId}`;
break;
Expand Down

0 comments on commit 47b0866

Please sign in to comment.