macOS: update config settings copy

This commit is contained in:
Peter Steinberger
2025-12-17 11:36:21 +01:00
parent cdb5ddb2da
commit cf1278295d

View File

@@ -35,7 +35,7 @@ struct ConfigSettings: View {
VStack(alignment: .leading, spacing: 14) { VStack(alignment: .leading, spacing: 14) {
Text("Clawdis CLI config") Text("Clawdis CLI config")
.font(.title3.weight(.semibold)) .font(.title3.weight(.semibold))
Text("Edit ~/.clawdis/clawdis.json (inbound.reply.agent/session).") Text("Edit ~/.clawdis/clawdis.json (inbound.agent / inbound.session).")
.font(.callout) .font(.callout)
.foregroundStyle(.secondary) .foregroundStyle(.secondary)
@@ -110,7 +110,7 @@ struct ConfigSettings: View {
} }
.help("Message body sent on each heartbeat") .help("Message body sent on each heartbeat")
} }
Text("Heartbeats keep Pi sessions warm; 0 minutes disables them.") Text("Heartbeats keep agent sessions warm; 0 minutes disables them.")
.font(.footnote) .font(.footnote)
.foregroundStyle(.secondary) .foregroundStyle(.secondary)
} }