fix(i18n): 전체 수량 표기를 다국어화한다

This commit is contained in:
Yu Sung
2026-08-14 18:53:28 +09:00
parent 6db26c55a8
commit 36d6b3ece7
2 changed files with 2 additions and 2 deletions

View File

@@ -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)