From b6e5b629ae2c4d794bd50a75e3fc1e6db67abda1 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 14 Jul 2025 11:47:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=83=88=EB=A1=9C=EC=9A=B4=20=EC=BD=98?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=EC=A0=84=EC=B2=B4=EB=B3=B4=EA=B8=B0=20-?= =?UTF-8?q?=20AppBar=20=EC=A0=9C=EB=AA=A9=20:=20=EC=83=88=EB=A1=9C?= =?UTF-8?q?=EC=9A=B4=20=EB=8B=A8=ED=8E=B8=20->=20=EC=B5=9C=EC=8B=A0=20?= =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/All/ContentNewAllView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Content/All/ContentNewAllView.swift b/SodaLive/Sources/Content/All/ContentNewAllView.swift index c549384..a7b41f6 100644 --- a/SodaLive/Sources/Content/All/ContentNewAllView.swift +++ b/SodaLive/Sources/Content/All/ContentNewAllView.swift @@ -23,9 +23,9 @@ struct ContentNewAllView: View { NavigationView { BaseView(isLoading: $viewModel.isLoading) { VStack(alignment: .leading, spacing: 13.3) { - DetailNavigationBar(title: isFree ? "새로운 무료 콘텐츠" : "새로운 단편") + DetailNavigationBar(title: isFree ? "최신 무료 콘텐츠" : "최신 콘텐츠") - Text("※ 최근 2주간 등록된 \(isFree ? "새로운 콘텐츠" : "새로운 단편") 입니다.") + Text("※ 최근 2주간 등록된 새로운 콘텐츠 입니다.") .font(.custom(Font.medium.rawValue, size: 14.7)) .foregroundColor(.graybb) .padding(.horizontal, 13.3)