From c2d7d852d42046fbe770ac6e1e8344d777e55ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Mon, 27 Jan 2025 10:14:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestMasterUI/src/components/api-tester/ScenarioEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestMasterUI/src/components/api-tester/ScenarioEditor.jsx b/TestMasterUI/src/components/api-tester/ScenarioEditor.jsx index 398ace2..3773851 100644 --- a/TestMasterUI/src/components/api-tester/ScenarioEditor.jsx +++ b/TestMasterUI/src/components/api-tester/ScenarioEditor.jsx @@ -102,7 +102,7 @@ const ScenarioEditor = () => { }, []); if (!currentFlowData) { - return
시나리오를 선택하세요 (Ctrl + .)
; + return
왼쪽에서 시나리오를 선택해 주세요 (Ctrl + .)
; } return (