메시지 현지화와 종료 라이브 날짜 추가
문자 메시지 화면에 새 현지화 문구를 추가한다.
This commit is contained in:
@@ -17,7 +17,7 @@ struct MessageView: View {
|
||||
Color.black
|
||||
|
||||
VStack {
|
||||
DetailNavigationBar(title: "메시지")
|
||||
DetailNavigationBar(title: String(localized: "메시지"))
|
||||
|
||||
Tab()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user