From 196959ba36576e46959abd6f688ca675e8efc82b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 19 Aug 2026 17:41:42 +0900 Subject: [PATCH] =?UTF-8?q?fix(home):=20=ED=8C=94=EB=A1=9C=EC=9E=89=20?= =?UTF-8?q?=EB=B9=88=20=EC=83=81=ED=83=9C=20=EB=AC=B8=EA=B5=AC=EB=A5=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/I18n/I18n.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/I18n/I18n.swift b/SodaLive/Sources/I18n/I18n.swift index 8fff8b5b..0e78c730 100644 --- a/SodaLive/Sources/I18n/I18n.swift +++ b/SodaLive/Sources/I18n/I18n.swift @@ -3260,9 +3260,9 @@ If you block this user, the following features will be restricted. enum HomeFollowing { static var emptyStateMessage: String { pick( - ko: "아직 팔로잉 소식이 없어요.\n관심 있는 크리에이터를 팔로우해 보세요.", + ko: "아직 팔로우한 크리에이터가 없어요.\n관심 있는 크리에이터를 팔로우해 보세요.", en: "There are no following updates yet.\nFollow creators you're interested in.", - ja: "まだフォロー中の新着情報がありません。\n気になるクリエイターをフォローしてみましょう。" + ja: "まだフォローしているクリエイターがいません。\n気になるクリエイターをフォローしてみましょう。" ) }