mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-07 01:37:22 +02:00
Rename create button (fixes #14)
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user