From bf59acd62be55e9a3c070e19a98718481ec2f957 Mon Sep 17 00:00:00 2001 From: Eddy Date: Thu, 25 Aug 2022 23:02:12 +0900 Subject: [PATCH] =?UTF-8?q?:recycle:=20=EC=9D=91=EB=AA=A8=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20notice=20=EB=82=B4=EC=9A=A9=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :tada: = 프로젝트 시작 (#) # :sparkles: = create 파일 생성 시 (#) # :bulb: = update 코드 및 UI 업데이트, 기능 구현 시 (#) # :rocket: = release 배포 시 (#) # :recycle: = refactor 리팩토링 시 (기능은 같은데 코드가 달라지는경우) (#) # :memo: = 문서 작성 시 (#) # :art: = 디자인 시스템 관련 내용 (Color / Asset) (#) # :hammer: = 테스트 코드 작성 (#) ################ # 커밋 타입 : 커밋 제목 (계정명/저장소명#이슈번호) 형식으로 작성하며 제목은 최대 50글자 정도로만 입력 # 제목을 아랫줄에 작성, 제목 끝에 마침표 금지, 무엇을 했는지 명확하게 작성 --- Projects/App/Sources/Apply/View/ApplyGifticonView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/App/Sources/Apply/View/ApplyGifticonView.swift b/Projects/App/Sources/Apply/View/ApplyGifticonView.swift index 61cba64..1afd12a 100644 --- a/Projects/App/Sources/Apply/View/ApplyGifticonView.swift +++ b/Projects/App/Sources/Apply/View/ApplyGifticonView.swift @@ -33,7 +33,7 @@ final class ApplyGifticonView: BaseView { private let noticeLabel: UILabel = { let label = UILabel() - label.text = "결과 정보는 마감 후 바로 나옵니다." + label.text = "추첨 결과는 MY BOX에서 확인하세요!" label.textColor = .designSystem(.neutralBlack) label.font = .designSystem(.pretendard, family: .bold, size: ._16) label.textAlignment = .center