메시지 현지화와 종료 라이브 날짜 추가
문자 메시지 화면에 새 현지화 문구를 추가한다.
This commit is contained in:
@@ -18,7 +18,7 @@ struct SelectRecipientView: View {
|
||||
var body: some View {
|
||||
BaseView {
|
||||
VStack(spacing: 20) {
|
||||
DetailNavigationBar(title: "받는 사람 검색") {
|
||||
DetailNavigationBar(title: String(localized: "받는 사람 검색")) {
|
||||
isShowing = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user