Updates the App Update copy to be more relevant about app vs xcode

This commit is contained in:
Matt Kiazyk 2021-01-20 21:19:44 -06:00
parent 87ff18a035
commit 7d57124a5f
No known key found for this signature in database
GPG key ID: 967DBC53389132D7

View file

@ -15,12 +15,12 @@ struct UpdatesPreferencePane: View {
Preferences.Section(title: "Updates") {
VStack(alignment: .leading) {
Toggle(
"Automatically check for updates",
"Automatically check for app updates",
isOn: $updater.automaticallyChecksForUpdates
)
Toggle(
"Include prerelease versions",
"Include prerelease app versions",
isOn: $updater.includePrereleaseVersions
)