chore(brand): 앱 명칭을 소다라이브로 변경한다

This commit is contained in:
Yu Sung
2026-08-25 14:05:28 +09:00
parent 6820a18691
commit 670ae76c73
15 changed files with 58 additions and 58 deletions

View File

@@ -212,7 +212,7 @@ struct HomeTabView: View {
if !viewModel.originalAudioDramaList.isEmpty {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text(I18n.Home.onlyOnVoiceOnSectionTitle)
Text(I18n.Home.onlyOnSodaLiveSectionTitle)
.appFont(size: 24, weight: .bold)
.foregroundColor(.white)