mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 05:27:28 +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")
|
Text("Cancel")
|
||||||
}
|
}
|
||||||
Button(action: save) {
|
Button(action: save) {
|
||||||
Text("Save")
|
Text("Create")
|
||||||
}.disabled(name.isEmpty)
|
}.disabled(name.isEmpty)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user