채팅 화면과 비밀번호 재설정 현지화 추가
채팅방 잠금 및 초기화 안내 문구와 설정, 비밀번호 재설정\n제목을 다국어 문자열로 제공한다.
This commit is contained in:
@@ -26,7 +26,7 @@ struct ChatBgSelectionView: View {
|
||||
var body: some View {
|
||||
BaseView(isLoading: $viewModel.isLoading) {
|
||||
VStack(spacing: 0) {
|
||||
DetailNavigationBar(title: "배경 이미지 선택") {
|
||||
DetailNavigationBar(title: String(localized: "배경 이미지 선택")) {
|
||||
isShowing = false
|
||||
}
|
||||
// 갤러리 그리드
|
||||
|
||||
@@ -17,7 +17,7 @@ struct ChatSettingsView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack(spacing: 0) {
|
||||
DetailNavigationBar(title: "대화 설정") {
|
||||
DetailNavigationBar(title: String(localized: "대화 설정")) {
|
||||
isShowing = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user