update credential form type selector

This commit is contained in:
Jake McDermott 2018-08-01 11:01:38 -04:00 committed by GitHub
parent 0f66de2de9
commit 45072b54f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ const common = createFormSection({
name: 'Name',
description: 'Description',
organization: 'Organization',
type: 'Credential type'
type: 'Credential Type'
}
});