fix(i18n): 팬레터 탭 문구를 반영한다

This commit is contained in:
Yu Sung
2026-08-14 12:12:53 +09:00
parent b3a5b8f3ae
commit 1e68e2a282
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ enum CreatorChannelTab: CaseIterable, Hashable {
case .community:
return "커뮤니티"
case .fanTalk:
return "Talk"
return I18n.CreatorChannelHome.fanTalk
case .donation:
return "후원"
}