refactor(home): 팔로잉 문구를 다국어화한다
This commit is contained in:
@@ -88,7 +88,7 @@ private struct LiveTagView: View {
|
||||
.fill(Color.red400)
|
||||
.frame(width: 8, height: 8)
|
||||
|
||||
Text("LIVE")
|
||||
Text(I18n.HomeFollowing.liveTag)
|
||||
.appFont(size: 12, weight: .regular)
|
||||
.foregroundColor(.white)
|
||||
.lineLimit(1)
|
||||
|
||||
Reference in New Issue
Block a user