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) }