diff --git a/Secretive/Views/CreateSecretView.swift b/Secretive/Views/CreateSecretView.swift index e70697b..0ce9dfb 100644 --- a/Secretive/Views/CreateSecretView.swift +++ b/Secretive/Views/CreateSecretView.swift @@ -28,7 +28,7 @@ struct CreateSecretView: 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())