diff --git a/apps/macos/Sources/Clawdis/GeneralSettings.swift b/apps/macos/Sources/Clawdis/GeneralSettings.swift index c70b8b895..ba1f1e182 100644 --- a/apps/macos/Sources/Clawdis/GeneralSettings.swift +++ b/apps/macos/Sources/Clawdis/GeneralSettings.swift @@ -160,7 +160,7 @@ var body: some View { } } - Text("Tip: use Tailscale for stable remote access; we recommend enabling it when you pick a remote Clawdis.") + Text("Tip: use Tailscale so your remote Clawdis stays reachable.") .font(.footnote) .foregroundStyle(.secondary) .fixedSize(horizontal: false, vertical: true)