refactor(home): 팔로잉 문구를 다국어화한다
This commit is contained in:
@@ -85,7 +85,7 @@ private struct MainHomeFollowingChatItemView: View {
|
||||
|
||||
private struct DirectTagView: View {
|
||||
var body: some View {
|
||||
Text("Direct")
|
||||
Text(I18n.HomeFollowing.directTag)
|
||||
.appFont(size: 12, weight: .bold)
|
||||
.italic()
|
||||
.foregroundColor(.white)
|
||||
|
||||
Reference in New Issue
Block a user