ui(macos): polish onboarding wording

This commit is contained in:
Peter Steinberger
2025-12-14 19:22:31 +00:00
parent 3d959c46d0
commit fb23717102
2 changed files with 53 additions and 52 deletions

View File

@@ -20,7 +20,7 @@ struct MasterDiscoveryInlineList: View {
}
if self.discovery.masters.isEmpty {
Text("No masters found yet.")
Text("No gateways found yet.")
.font(.caption)
.foregroundStyle(.secondary)
} else {
@@ -86,7 +86,7 @@ struct MasterDiscoveryInlineList: View {
.fill(Color(NSColor.controlBackgroundColor)))
}
}
.help("Click a discovered master to fill the SSH target.")
.help("Click a discovered gateway to fill the SSH target.")
}
private func suggestedSSHTarget(_ gateway: MasterDiscoveryModel.DiscoveredMaster) -> String? {