From 6d7e3a40e7f4ff92346bc7cdba7b9518ee4843bb Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 2 Oct 2024 18:19:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=A6=88=20=EC=86=8C?= =?UTF-8?q?=EA=B0=9C=20-=20=EC=97=B0=EC=9E=AC=20=EC=9A=94=EC=9D=BC=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=EC=97=90=EC=84=9C=20=EB=A7=88=EC=A7=80?= =?UTF-8?q?=EB=A7=89=EC=97=90=20=EC=9E=88=EB=8A=94=20=EC=9A=94=EC=9D=BC=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Series/Detail/SeriesDetailIntroductionView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift b/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift index 59c6e78..d743360 100644 --- a/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift +++ b/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift @@ -103,7 +103,7 @@ struct SeriesDetailIntroductionView: View { .foregroundColor(Color.white) } - Text(seriesDetail.publishedDaysOfWeek == "랜덤" ? seriesDetail.publishedDaysOfWeek : "\(seriesDetail.publishedDaysOfWeek)요일") + Text(seriesDetail.publishedDaysOfWeek == "랜덤" ? seriesDetail.publishedDaysOfWeek : "\(seriesDetail.publishedDaysOfWeek)") .font(.custom(Font.medium.rawValue, size: 14.7)) .foregroundColor(Color.white)