chore(brand): 앱 명칭을 소다라이브로 변경한다
This commit is contained in:
@@ -25,7 +25,7 @@ struct SeriesListAllView: View {
|
||||
if isCompleted {
|
||||
DetailNavigationBar(title: I18n.Series.completedSectionTitle)
|
||||
} else if isOriginal {
|
||||
DetailNavigationBar(title: I18n.Series.voiceOnOnlyTitle)
|
||||
DetailNavigationBar(title: I18n.Series.sodaLiveOnlyTitle)
|
||||
} else {
|
||||
DetailNavigationBar(title: I18n.Series.viewAllByCreator(creatorNickname ?? ""))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user