feat(chat): 채팅 모듈 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -33,7 +33,7 @@ struct CharacterItemView: View {
|
||||
HStack {
|
||||
Spacer()
|
||||
|
||||
Text("N")
|
||||
Text(I18n.Chat.Character.newBadge)
|
||||
.appFont(size: 18, weight: .regular)
|
||||
.foregroundColor(.white)
|
||||
.frame(width: 30, height: 30)
|
||||
|
||||
Reference in New Issue
Block a user