feat(chat): 채팅 모듈 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -130,7 +130,7 @@ struct AiMessageItemView: View {
|
||||
.foregroundColor(.button)
|
||||
}
|
||||
|
||||
Text("눌러서 잠금해제")
|
||||
Text(I18n.Chat.Room.unlockImagePrompt)
|
||||
.appFont(size: 18, weight: .bold)
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ struct TypingIndicatorItemView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.accessibilityLabel(Text("입력 중"))
|
||||
.accessibilityLabel(Text(I18n.Chat.Room.typingAccessibilityLabel))
|
||||
}
|
||||
.padding(.horizontal, 10)
|
||||
.padding(.vertical, 8)
|
||||
|
||||
Reference in New Issue
Block a user