macos: clean up the permission request

This commit is contained in:
Mitchell Hashimoto
2025-10-08 21:21:26 -07:00
parent 9e17255ca9
commit b4ab1cc1ed
3 changed files with 10 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ fileprivate struct PermissionRequestView: View {
Text("Enable automatic updates?")
.font(.system(size: 13, weight: .semibold))
Text("Ghostty can automatically check for and download updates in the background.")
Text("Ghostty can automatically check for updates in the background.")
.font(.system(size: 11))
.foregroundColor(.secondary)
.fixedSize(horizontal: false, vertical: true)