ui(macos): tweak Claude sign-in copy

This commit is contained in:
Peter Steinberger
2025-12-14 19:12:52 +00:00
parent f6cafd1a15
commit 6d08d84011

View File

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