diff --git a/SodaLive/Sources/V2/CreatorChannel/Donation/Components/CreatorChannelDonationCountBar.swift b/SodaLive/Sources/V2/CreatorChannel/Donation/Components/CreatorChannelDonationCountBar.swift index 73a83535..92dd5449 100644 --- a/SodaLive/Sources/V2/CreatorChannel/Donation/Components/CreatorChannelDonationCountBar.swift +++ b/SodaLive/Sources/V2/CreatorChannel/Donation/Components/CreatorChannelDonationCountBar.swift @@ -5,7 +5,7 @@ struct CreatorChannelDonationCountBar: View { var body: some View { HStack(spacing: SodaSpacing.s4) { - Text("전체") + Text(I18n.CreatorChannelCommunity.totalLabel) .appFont(size: 16, weight: .medium) .foregroundColor(.white) diff --git a/SodaLive/Sources/V2/CreatorChannel/FanTalk/Components/CreatorChannelFanTalkCountBar.swift b/SodaLive/Sources/V2/CreatorChannel/FanTalk/Components/CreatorChannelFanTalkCountBar.swift index 47405ff4..c402f7c6 100644 --- a/SodaLive/Sources/V2/CreatorChannel/FanTalk/Components/CreatorChannelFanTalkCountBar.swift +++ b/SodaLive/Sources/V2/CreatorChannel/FanTalk/Components/CreatorChannelFanTalkCountBar.swift @@ -5,7 +5,7 @@ struct CreatorChannelFanTalkCountBar: View { var body: some View { HStack(spacing: SodaSpacing.s4) { - Text("전체") + Text(I18n.CreatorChannelCommunity.totalLabel) .appFont(size: 16, weight: .medium) .foregroundColor(.white)