feat(i18n): 탐색 프로필 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -13,7 +13,7 @@ struct UserProfileIntroduceView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading, spacing: 16.7) {
|
||||
Text("채널 소개")
|
||||
Text(I18n.Explorer.channelIntroduceTitle)
|
||||
.appFont(size: 16.7, weight: .bold)
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user