updated not required text

This commit is contained in:
Josh Heyse 2021-01-30 22:31:13 -06:00
parent 7653d6960b
commit 08c9d41317

View File

@ -29,7 +29,7 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
VStack(spacing: 20) { VStack(spacing: 20) {
Picker("Authentication", selection: $requiresAuthentication) { Picker("Authentication", selection: $requiresAuthentication) {
Text("Required (Biometrics or Password) before each use").tag(true) Text("Required (Biometrics or Password) before each use").tag(true)
Text("Not required for each use once the user unlocks the computer").tag(false) Text("Not required when Mac is unlocked").tag(false)
} }
.pickerStyle(RadioGroupPickerStyle()) .pickerStyle(RadioGroupPickerStyle())
} }