docs(macos): critter-first onboarding copy

This commit is contained in:
Peter Steinberger
2025-12-14 06:26:51 +00:00
parent e82ee731bf
commit 5792887883
3 changed files with 12 additions and 2 deletions

View File

@@ -476,7 +476,7 @@ struct OnboardingView: View {
VStack(alignment: .leading, spacing: 10) {
Text("Theme")
.font(.headline)
TextField("space lobster", text: self.$identityTheme)
TextField("helpful lobster", text: self.$identityTheme)
.textFieldStyle(.roundedBorder)
}