Turn Okay into OK!

This commit is contained in:
Maxwell Swadling 2023-03-12 14:59:35 +10:00
parent 22fb6255e5
commit 12a8f1698b
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ struct UpdaterExplainerView: View {
SetupStepView(title: "Updates",
image: Image(systemName: "dot.radiowaves.left.and.right"),
bodyText: "Secretive will periodically check with GitHub to see if there's a new release. If you see any network requests to GitHub, that's why.",
buttonTitle: "Okay",
buttonTitle: "OK",
buttonAction: buttonAction) {
Link("Read more about this here.", destination: SetupView.Constants.updaterFAQURL)
}