feat(i18n): 콘텐츠 상세/댓글 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -16,12 +16,12 @@ struct ContentDetailMosaicView: View {
|
||||
VStack(spacing: 0) {
|
||||
Image("ic_notice_exclamation_mark")
|
||||
|
||||
Text("본 콘텐츠는 만 19세 미만의 청소년이\n이용할 수 없습니다.\n본인인증 후 콘텐츠를 이용해 주세요.")
|
||||
Text(I18n.ContentDetail.Mosaic.adultRestrictionNotice)
|
||||
.appFont(size: 18.7, weight: .medium)
|
||||
.foregroundColor(Color(hex: "bbbbbb"))
|
||||
.padding(.top, 21.7)
|
||||
|
||||
Text("본인인증")
|
||||
Text(I18n.ContentDetail.Mosaic.verifyIdentity)
|
||||
.appFont(size: 18.7, weight: .medium)
|
||||
.foregroundColor(Color.white)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
Reference in New Issue
Block a user