Comments and shuffling around

This commit is contained in:
Max Goedjen
2023-03-11 15:35:07 -08:00
parent d7b5cca182
commit 7adc5da26f
3 changed files with 103 additions and 82 deletions

View File

@@ -34,7 +34,7 @@ struct EmptyStoreImmutableView: View {
VStack {
Text("No Secrets").bold()
Text("Use your Smart Card's management tool to create a secret.")
Text("Secretive only supports Elliptic Curve keys.")
Text("Secretive supports EC256, EC384, RSA1024, and RSA2048 keys.")
}.frame(maxWidth: .infinity, maxHeight: .infinity)
}