ui(macos): tweak Claude sign-in copy
parent
f6cafd1a15
commit
6d08d84011
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue