Merge pull request #74 from RobotsAndPencils/matt/appUpdateCopy

Updates the App Update copy to be more relevant about app vs xcode
This commit is contained in:
Matt Kiazyk 2021-01-20 22:10:43 -06:00 committed by GitHub
commit 019b4c9378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
)