Skip to content

Commit 7c3f32c

Browse files
committed
ui(daily): combine beta lock screen copy
1 parent 499d786 commit 7c3f32c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dayflow/Dayflow/Views/UI/DailyView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ struct DailyView: View {
7373
private let requiredCodeHash = "6979ce2825cb3f440f987bbc487d62087c333abb99b56062c561ca557392d960"
7474
private let betaNoticeCopy =
7575
"Daily is a new way to visualize your day and turn it into a standup update fast."
76-
private let onboardingNoticeCopy =
77-
"Currently doing custom onboarding while we refine the workflow. If you’re interested, book some time and I’ll walk you through it."
76+
private let bookingNoticeCopy =
77+
"Daily is currently in beta and uses a Dayflow backend to generate your daily summary while we refine the workflow. If you’re interested, book some time and I’ll walk you through it."
7878
private let onboardingBookingURL = "https://cal.com/jerry-liu/15min"
7979
private let dayflowBackendDefaultEndpoint = "https://web-production-f3361.up.railway.app"
8080
private let dayflowBackendInfoPlistKey = "DayflowBackendURL"
@@ -133,7 +133,7 @@ struct DailyView: View {
133133
.padding(.top, 6)
134134

135135
VStack(spacing: 8) {
136-
Text(onboardingNoticeCopy)
136+
Text(bookingNoticeCopy)
137137
.font(.custom("Nunito-Regular", size: 13))
138138
.foregroundColor(Color(red: 0.35, green: 0.22, blue: 0.12).opacity(0.75))
139139
.multilineTextAlignment(.center)

0 commit comments

Comments
 (0)