Skip to content

Commit e0af5e0

Browse files
authored
Merge pull request #262 from YAPP-Github/BOOK-409-fix/#261
fix: 감상평 기록 > 텍스트 오류 수정
2 parents 69dad06 + e224a33 commit e0af5e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Projects/BKPresentation/Sources/MainFlow/Note/View/SentenceAppreciationView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ final class SentenceAppreciationView: BaseView {
1313
private let textDidChangeSubject = PassthroughSubject<Void, Never>()
1414
private let containerView = UIView()
1515
private let titleLabel = BKLabel(
16-
text: "떠오르는 생각이 있다면 자유롭게 작성해 주세요.",
16+
text: "문장에 대한 감상을 남겨주세요",
1717
fontStyle: .heading1(weight: .bold)
1818
)
1919

2020
private let optionBadge = BadgeView(title: "선택")
2121

2222
private let subtitleLabel = BKLabel(
23-
text: "감상평 가이드로 쉽게 남길 수 있어요",
23+
text: "떠오르는 생각이 있다면 자유롭게 작성해 주세요.",
2424
fontStyle: .label1(weight: .medium),
2525
color: .bkContentColor(.tertiary)
2626
)

0 commit comments

Comments
 (0)