From 665e0fc5766a18ef396deaede8d14179003ee8fc Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 22 Feb 2025 11:09:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=8C=80?= =?UTF-8?q?=EC=97=AC=20=EA=B8=B0=EA=B0=84=20=EC=95=88=EB=82=B4=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20-=2015=EC=9D=BC=20->=205=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Create/ContentCreateView.swift | 2 +- SodaLive/Sources/Content/Detail/ContentOrderDialogView.swift | 2 +- .../Content/Series/Detail/SeriesDetailIntroductionView.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SodaLive/Sources/Content/Create/ContentCreateView.swift b/SodaLive/Sources/Content/Create/ContentCreateView.swift index f4b2749..60745a2 100644 --- a/SodaLive/Sources/Content/Create/ContentCreateView.swift +++ b/SodaLive/Sources/Content/Create/ContentCreateView.swift @@ -284,7 +284,7 @@ struct ContentCreateView: View { .frame(height: 1) .padding(.top, 11) - Text("※ 이용기간 대여 (15일) | 소장 (서비스종료시까지)") + Text("※ 이용기간 대여 (5일) | 소장 (서비스종료시까지)") .font(.custom(Font.medium.rawValue, size: 13.3)) .foregroundColor(Color.gray77) .frame(maxWidth: .infinity, alignment: .leading) diff --git a/SodaLive/Sources/Content/Detail/ContentOrderDialogView.swift b/SodaLive/Sources/Content/Detail/ContentOrderDialogView.swift index 0621ea2..4659c07 100644 --- a/SodaLive/Sources/Content/Detail/ContentOrderDialogView.swift +++ b/SodaLive/Sources/Content/Detail/ContentOrderDialogView.swift @@ -31,7 +31,7 @@ struct ContentOrderDialogView: View { .font(.custom(Font.bold.rawValue, size: 13.3)) .foregroundColor(.white) - Text("(이용기간 15일)") + Text("(이용기간 5일)") .font(.custom(Font.light.rawValue, size: 12)) .foregroundColor(.white) } diff --git a/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift b/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift index d743360..d85f464 100644 --- a/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift +++ b/SodaLive/Sources/Content/Series/Detail/SeriesDetailIntroductionView.swift @@ -132,7 +132,7 @@ struct SeriesDetailIntroductionView: View { } VStack(alignment: .leading, spacing: 13.3) { - Text("\(calculatePriceInfo(seriesDetail.rentalMinPrice, seriesDetail.rentalMaxPrice)) (15일)") + Text("\(calculatePriceInfo(seriesDetail.rentalMinPrice, seriesDetail.rentalMaxPrice)) (5일)") .font(.custom(Font.medium.rawValue, size: 14.7)) .foregroundColor(Color.button)