From ba53c7fff0b43683bfb7c9c97a28764450ea3366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxixn2=E2=80=9D?= Date: Sun, 8 Dec 2024 18:56:42 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20::=20[#68]=20Edit=20ExpoEditView?= =?UTF-8?q?=20=EB=82=A0=EC=A7=9C=ED=98=95=EC=8B=9D=20=EC=84=A4=EB=AA=85?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Feature/ExpoEditFeature/Sources/ExpoEditView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/App/Sources/Feature/ExpoEditFeature/Sources/ExpoEditView.swift b/Projects/App/Sources/Feature/ExpoEditFeature/Sources/ExpoEditView.swift index f6a7e0f..9663d1d 100644 --- a/Projects/App/Sources/Feature/ExpoEditFeature/Sources/ExpoEditView.swift +++ b/Projects/App/Sources/Feature/ExpoEditFeature/Sources/ExpoEditView.swift @@ -119,7 +119,7 @@ struct ExpoEditView: View { HStack(spacing: 6) { ExpoIOSAsset.Assets.warning.swiftUIImage - Text("시작일과 마감일 입력시 ‘ yyyy.mm.dd ‘ 형식으로 입력해주세요") + Text("시작일과 마감일 입력시 ‘ yyyy-mm-dd ‘ 형식으로 입력해주세요") .expoFont(.caption2R) .expoColor(ExpoColor.gray300) }