We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69dad06 + e224a33 commit e0af5e0Copy full SHA for e0af5e0
1 file changed
src/Projects/BKPresentation/Sources/MainFlow/Note/View/SentenceAppreciationView.swift
@@ -13,14 +13,14 @@ final class SentenceAppreciationView: BaseView {
13
private let textDidChangeSubject = PassthroughSubject<Void, Never>()
14
private let containerView = UIView()
15
private let titleLabel = BKLabel(
16
- text: "떠오르는 생각이 있다면 자유롭게 작성해 주세요.",
+ text: "문장에 대한 감상을 남겨주세요",
17
fontStyle: .heading1(weight: .bold)
18
)
19
20
private let optionBadge = BadgeView(title: "선택")
21
22
private let subtitleLabel = BKLabel(
23
- text: "감상평 가이드로 쉽게 남길 수 있어요",
+ text: "떠오르는 생각이 있다면 자유롭게 작성해 주세요.",
24
fontStyle: .label1(weight: .medium),
25
color: .bkContentColor(.tertiary)
26
0 commit comments