Rename create button (fixes #14)

This commit is contained in:
Max Goedjen 2020-03-06 19:01:45 -08:00
parent 922cec7f8a
commit 609c1c1bbb
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ struct CreateSecureEnclaveSecretView: View {
Text("Cancel")
}
Button(action: save) {
Text("Save")
Text("Create")
}.disabled(name.isEmpty)
}
}