diff --git a/Secretive/CreateSecretView.swift b/Secretive/CreateSecretView.swift index 88c1bd2..f8d0160 100644 --- a/Secretive/CreateSecretView.swift +++ b/Secretive/CreateSecretView.swift @@ -24,7 +24,7 @@ struct CreateSecretView: View { } HStack { Text("Name:") - TextField("Name", text: $name) + TextField("Shhhhh", text: $name) } HStack { Toggle(isOn: $requiresAuthentication) {