From d1cb2e28a6ac93fbbae10ec82af0f39337c152fe Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 25 Aug 2026 17:42:09 +0900 Subject: [PATCH] =?UTF-8?q?fix(home):=20=EB=AA=A8=EB=91=90=20=ED=8C=94?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20=ED=99=95=EC=9D=B8=20=EB=AC=B8=EA=B5=AC?= =?UTF-8?q?=EB=A5=BC=20=EC=A0=95=EB=A6=AC=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 9d3cea7d..fafd0b18 100644 --- a/SodaLive/Sources/I18n/I18n.swift +++ b/SodaLive/Sources/I18n/I18n.swift @@ -3678,11 +3678,11 @@ If you block this user, the following features will be restricted. } static var followAllConfirmTitle: String { - pick(ko: "모두 팔로우할까요?", en: "Follow all creators?", ja: "すべてのクリエイターをフォローしますか?") + pick(ko: "모두 팔로우 하기", en: "Follow all", ja: "すべてフォロー") } static var followAllConfirmDescription: String { - pick(ko: "추천된 크리에이터를 모두 팔로우합니다.", en: "You’ll follow all recommended creators.", ja: "おすすめのクリエイターをすべてフォローします。") + pick(ko: "추천 크리에이터를 모두 팔로우하고,\n소식을 받아보세요!", en: "Follow all recommended creators\nand get their updates!", ja: "おすすめのクリエイターをすべてフォローして、\n最新情報を受け取りましょう!") } static var followAllConfirmAction: String {