ui(macos): tweak Claude sign-in copy

main
Peter Steinberger 2025-12-14 19:12:52 +00:00
parent f6cafd1a15
commit 6d08d84011
1 changed files with 2 additions and 4 deletions

View File

@ -303,11 +303,9 @@ struct OnboardingView: View {
private func anthropicAuthPage() -> some View { private func anthropicAuthPage() -> some View {
self.onboardingPage { self.onboardingPage {
Text("Connect Claude") Text("Sign in to Claude")
.font(.largeTitle.weight(.semibold)) .font(.largeTitle.weight(.semibold))
Text( Text("Give your model the token it needs!")
"Optional, but recommended: authenticate via Claude (Anthropic) so Pi can answer immediately. " +
"Clawdis will always pass --provider/--model when invoking Pi.")
.font(.body) .font(.body)
.foregroundStyle(.secondary) .foregroundStyle(.secondary)
.multilineTextAlignment(.center) .multilineTextAlignment(.center)