mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
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:
commit
019b4c9378
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue