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 {