라이브 전체보기 국제화
This commit is contained in:
@@ -26,7 +26,7 @@ struct LiveNowAllView: View {
|
||||
BaseView(isLoading: $viewModel.isLoading) {
|
||||
GeometryReader { proxy in
|
||||
VStack(spacing: 0) {
|
||||
DetailNavigationBar(title: "지금 라이브 중 전체보기")
|
||||
DetailNavigationBar(title: I18n.LiveNow.allTitle)
|
||||
|
||||
RefreshableScrollView(
|
||||
refreshing: $viewModel.isRefresh,
|
||||
|
||||
Reference in New Issue
Block a user