chore(mac): rename relay root label to Clawdis project root

This commit is contained in:
Peter Steinberger
2025-12-06 23:56:23 +01:00
parent ff36375581
commit b25b72ae19

View File

@@ -2823,7 +2823,7 @@ struct DebugSettings: View {
.overlay(RoundedRectangle(cornerRadius: 6).stroke(Color.secondary.opacity(0.2))) .overlay(RoundedRectangle(cornerRadius: 6).stroke(Color.secondary.opacity(0.2)))
} }
VStack(alignment: .leading, spacing: 6) { VStack(alignment: .leading, spacing: 6) {
Text("Relay project root") Text("Clawdis project root")
.font(.caption.weight(.semibold)) .font(.caption.weight(.semibold))
HStack(spacing: 8) { HStack(spacing: 8) {
TextField("Path to clawdis repo", text: self.$relayRootInput) TextField("Path to clawdis repo", text: self.$relayRootInput)