mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-22 00:57:25 +01:00
Update CreateSecretView.swift
This commit is contained in:
@@ -28,7 +28,7 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
|
||||
HStack {
|
||||
VStack(spacing: 20) {
|
||||
Picker("", selection: $requiresAuthentication) {
|
||||
Text("Required (Biometrics or Password) before each use").tag(true)
|
||||
Text("Requires Authentication (Biometrics or Password) before each use").tag(true)
|
||||
Text("Not required when Mac is unlocked").tag(false)
|
||||
}
|
||||
.pickerStyle(RadioGroupPickerStyle())
|
||||
|
||||
Reference in New Issue
Block a user