Skip to content

Commit a191fb3

Browse files
committed
ui(whats-new): refine timeline quality survey copy
1 parent a8e77f2 commit a191fb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dayflow/Dayflow/Views/UI/WhatsNewView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ struct WhatsNewView: View {
244244
.foregroundColor(.black.opacity(0.85))
245245
.fixedSize(horizontal: false, vertical: true)
246246

247-
TextField("Optional feedback", text: $timelineQualityFeedback)
247+
TextField("Would be really helpful if you could elaborate, especially if you think the quality isn't great - feel free to write about other stuff as well.", text: $timelineQualityFeedback)
248248
.textFieldStyle(RoundedBorderTextFieldStyle())
249249
.font(.custom("Nunito", size: 13))
250250
.padding(.horizontal, 4)
@@ -360,7 +360,7 @@ private enum TimelineQualityOption: String, CaseIterable {
360360
case .solid: return "It's pretty solid, very useful"
361361
case .mixed: return "It's usable, but still inconsistent"
362362
case .inaccurate: return "It's often inaccurate and needs corrections"
363-
case .poor: return "It's poor right now"
363+
case .poor: return "Poor, consistently hallucinates."
364364
}
365365
}
366366

0 commit comments

Comments
 (0)