feat(chat): 채팅 모듈 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -58,7 +58,7 @@ struct OriginalWorkDetailHeaderView: View {
|
||||
}
|
||||
|
||||
if item.isAdult {
|
||||
Text("19+")
|
||||
Text(I18n.Chat.Original.adultBadge)
|
||||
.appFont(size: 14, weight: .regular)
|
||||
.foregroundColor(Color(hex: "ff5c49"))
|
||||
.padding(.horizontal, 7)
|
||||
|
||||
Reference in New Issue
Block a user