From 564ec3e7e2a641ffb77b276046f116d05f41cf01 Mon Sep 17 00:00:00 2001 From: yoouyeon Date: Wed, 12 Jul 2023 22:28:36 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20[GGFE-137]=20=ED=8C=A8=EB=84=90?= =?UTF-8?q?=ED=8B=B0=20=EA=B7=9C=EC=B9=99=20=EB=B3=80=EA=B2=BD=EC=82=AC?= =?UTF-8?q?=ED=95=AD=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modal/match/MatchManualModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal/match/MatchManualModal.tsx b/components/modal/match/MatchManualModal.tsx index 963e8f743..6213a3d2d 100644 --- a/components/modal/match/MatchManualModal.tsx +++ b/components/modal/match/MatchManualModal.tsx @@ -25,7 +25,7 @@ const modalContents: contentsType = { '매칭 성공시 등록된 다른 경기들은 취소', '상대 팀이 공개되면 경기 취소 불가', '매칭 알림은 이메일로 전달', - '경기가 매칭된 상태에서 취소 시, 1분간 경기 등록 불가', + '경기가 매칭된 상태에서 취소 시, 30분간 경기 등록 불가', '상대방이 경기를 취소하면 나의 경기는 매칭 대기 상태로 전환', ], },