Merge pull request #2734 from ansible/jakemcdermott-patch-e2e-1

update credential form type selector
This commit is contained in:
Jake McDermott 2018-08-01 11:42:06 -04:00 committed by GitHub
commit c09a23f063
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'
}
});