fix(home): 모두 팔로우 확인 문구를 정리한다

This commit is contained in:
Yu Sung
2026-08-25 17:42:09 +09:00
parent cb3778a76f
commit d1cb2e28a6

View File

@@ -3678,11 +3678,11 @@ If you block this user, the following features will be restricted.
} }
static var followAllConfirmTitle: String { static var followAllConfirmTitle: String {
pick(ko: "모두 팔로우할까요?", en: "Follow all creators?", ja: "すべてのクリエイターをフォローしますか?") pick(ko: "모두 팔로우 하기", en: "Follow all", ja: "すべてフォロー")
} }
static var followAllConfirmDescription: String { static var followAllConfirmDescription: String {
pick(ko: "추천 크리에이터를 모두 팔로우합니다.", en: "Youll follow all recommended creators.", ja: "おすすめのクリエイターをすべてフォローします。") pick(ko: "추천 크리에이터를 모두 팔로우하고,\n소식을 받아보세요!", en: "Follow all recommended creators\nand get their updates!", ja: "おすすめのクリエイターをすべてフォローして、\n最新情報を受け取りましょう!")
} }
static var followAllConfirmAction: String { static var followAllConfirmAction: String {