refactor(home): 팔로잉 문구를 다국어화한다
This commit is contained in:
@@ -54,7 +54,7 @@ struct MainHomeFollowingView: View {
|
||||
)
|
||||
}
|
||||
|
||||
MainPlaceholderTabView(title: "팔로잉")
|
||||
MainPlaceholderTabView(title: I18n.HomeFollowing.tabTitle)
|
||||
}
|
||||
.onAppear {
|
||||
if viewModel.hasLoaded == false {
|
||||
|
||||
Reference in New Issue
Block a user