diff --git a/SodaLive/Sources/Content/Series/Detail/SeriesDetailView.swift b/SodaLive/Sources/Content/Series/Detail/SeriesDetailView.swift index 5182e98..6e7ab82 100644 --- a/SodaLive/Sources/Content/Series/Detail/SeriesDetailView.swift +++ b/SodaLive/Sources/Content/Series/Detail/SeriesDetailView.swift @@ -88,7 +88,7 @@ struct SeriesDetailView: View { .cornerRadius(2.6) } - Text(seriesDetail.publishedDaysOfWeek) + Text("\(seriesDetail.publishedDaysOfWeek) 연재") .font(.custom(Font.medium.rawValue, size: 12)) .foregroundColor(Color(hex: "909090")) }