feat(i18n): 탐색 프로필 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -22,10 +22,10 @@ struct FollowerListView: View {
|
||||
var body: some View {
|
||||
BaseView(isLoading: $viewModel.isLoading) {
|
||||
VStack(spacing: 0) {
|
||||
DetailNavigationBar(title: String(localized: "팔로워 리스트"))
|
||||
DetailNavigationBar(title: I18n.MemberChannel.followersList)
|
||||
|
||||
HStack(spacing: 4) {
|
||||
Text("전체")
|
||||
Text(I18n.Category.all)
|
||||
.appFont(size: 18.3, weight: .bold)
|
||||
.foregroundColor(Color.grayee)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user