mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-12-22 04:07:09 +00:00
Rename create button (fixes #14)
This commit is contained in:
parent
922cec7f8a
commit
609c1c1bbb
@ -27,7 +27,7 @@ struct CreateSecureEnclaveSecretView: View {
|
||||
Text("Cancel")
|
||||
}
|
||||
Button(action: save) {
|
||||
Text("Save")
|
||||
Text("Create")
|
||||
}.disabled(name.isEmpty)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user