쿠폰 및 공지 화면 다국어 적용
This commit is contained in:
@@ -15,7 +15,7 @@ struct NoticeDetailView: View {
|
||||
var body: some View {
|
||||
BaseView {
|
||||
VStack(spacing: 0) {
|
||||
DetailNavigationBar(title: "공지사항 상세")
|
||||
DetailNavigationBar(title: String(localized: "공지사항 상세"))
|
||||
|
||||
VStack(alignment: .leading, spacing: 6.7) {
|
||||
Text(notice.title)
|
||||
|
||||
Reference in New Issue
Block a user