fix(main): 댓글 많은 오디오 제목을 변경한다

This commit is contained in:
Yu Sung
2026-07-12 05:10:47 +09:00
parent 2dfff32ac1
commit e717a12344
3 changed files with 24 additions and 15 deletions

View File

@@ -3100,7 +3100,7 @@ If you block this user, the following features will be restricted.
}
static var mostCommentedAudioSectionTitle: String {
pick(ko: "최근 댓글 많은 오디오", en: "Most commented audio", ja: "最近コメントが多いオーディオ")
pick(ko: "크리에이터의 댓글 많은 오디오", en: "Most commented audio", ja: "最近コメントが多いオーディオ")
}
static var recommendedAudioSectionTitle: String {