From 8bae03da11b54167b408a353bae060b5a1961316 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 25 Feb 2025 22:31:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EB=A1=9C=EC=9A=B4=20=EB=8B=A8?= =?UTF-8?q?=ED=8E=B8=20=EC=A0=84=EC=B2=B4=EB=B3=B4=EA=B8=B0=20-=202?= =?UTF-8?q?=EC=A3=BC=EA=B0=84=20=EB=93=B1=EB=A1=9D=EB=90=9C=20...=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=EB=AC=B8=EA=B5=AC=20=EC=98=A4=ED=83=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/All/ContentNewAllView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Content/All/ContentNewAllView.swift b/SodaLive/Sources/Content/All/ContentNewAllView.swift index 6fba02d..c549384 100644 --- a/SodaLive/Sources/Content/All/ContentNewAllView.swift +++ b/SodaLive/Sources/Content/All/ContentNewAllView.swift @@ -25,7 +25,7 @@ struct ContentNewAllView: View { VStack(alignment: .leading, spacing: 13.3) { DetailNavigationBar(title: isFree ? "새로운 무료 콘텐츠" : "새로운 단편") - Text("※ 최근 2주간 등록된 새로운 무료 콘텐츠 입니다.") + Text("※ 최근 2주간 등록된 \(isFree ? "새로운 콘텐츠" : "새로운 단편") 입니다.") .font(.custom(Font.medium.rawValue, size: 14.7)) .foregroundColor(.graybb) .padding(.horizontal, 13.3)