From 70c478baa9f48449fbebc309f864dd97d7b65b21 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 7 May 2024 19:27:39 +0900 Subject: [PATCH] =?UTF-8?q?=E1=84=85=E1=85=A1=E1=84=8B=E1=85=B5=E1=84=87?= =?UTF-8?q?=E1=85=B3=20=E1=84=86=E1=85=A6=E1=84=8B=E1=85=B5=E1=86=AB=20-?= =?UTF-8?q?=20=E1=84=85=E1=85=A1=E1=84=8B=E1=85=B5=E1=84=87=E1=85=B3=20?= =?UTF-8?q?=E1=84=8B=E1=85=A5=E1=86=B9=E1=84=8B=E1=85=B3=E1=86=AF=20?= =?UTF-8?q?=E1=84=84=E1=85=A2=20=E1=84=86=E1=85=AE=E1=86=AB=E1=84=80?= =?UTF-8?q?=E1=85=AE=20-=20=F0=9F=99=80=E1=84=86=E1=85=A1=E1=84=8B?= =?UTF-8?q?=E1=85=B5=E1=84=91=E1=85=A6=E1=84=8B=E1=85=B5=E1=84=8C=E1=85=B5?= =?UTF-8?q?=E1=84=8B=E1=85=A6=E1=84=89=E1=85=A5=20=E1=84=87=E1=85=A9?= =?UTF-8?q?=E1=86=AB=E1=84=8B=E1=85=B5=E1=86=AB=E1=84=8B=E1=85=B5=E1=86=AB?= =?UTF-8?q?=E1=84=8C=E1=85=B3=E1=86=BC=E1=84=8B=E1=85=B3=E1=86=AF=20?= =?UTF-8?q?=E1=84=92=E1=85=A1=E1=84=80=E1=85=A5=E1=84=82=E1=85=A1=20?= =?UTF-8?q?=E1=84=85=E1=85=A1=E1=84=8B=E1=85=B5=E1=84=87=E1=85=B3=E1=84=85?= =?UTF-8?q?=E1=85=B3=E1=86=AF=20=E1=84=8B=E1=85=A8=E1=84=8B=E1=85=A3?= =?UTF-8?q?=E1=86=A8=E1=84=92=E1=85=A1=E1=84=80=E1=85=A9=20=E1=84=8E?= =?UTF-8?q?=E1=85=A1=E1=86=B7=E1=84=8B=E1=85=A7=E1=84=92=E1=85=A2=E1=84=87?= =?UTF-8?q?=E1=85=A9=E1=84=89=E1=85=A6=E1=84=8B=E1=85=AD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Now/SectionLiveNowView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift index bdfac93..2c28ae6 100644 --- a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift +++ b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift @@ -70,7 +70,7 @@ struct SectionLiveNowView: View { .resizable() .frame(width: 60, height: 60) - Text("🙀현재 참여 가능한 라이브 방송이 없거나\n연령제한으로 입장이 불가능합니다.\n본인인증을 해보거나 채널을 팔로잉하고\n라이브 방송 알림을 받아보세요.") + Text("🙀마이페이지에서 본인인증을 하거나\n라이브를 예약하고 참여해보세요.") .font(.custom(Font.medium.rawValue, size: 10.7)) .foregroundColor(Color(hex: "bbbbbb")) .fixedSize(horizontal: false, vertical: true)