fix incorrect AWS Credential Type labels

see: #6372
This commit is contained in:
Ryan Petrello 2017-05-31 13:29:22 -04:00
parent 518baee5ba
commit 2d0ae56d94

View File

@ -720,11 +720,11 @@ def aws(cls):
inputs={
'fields': [{
'id': 'username',
'label': 'Username',
'label': 'Access Key',
'type': 'string'
}, {
'id': 'password',
'label': 'Password',
'label': 'Secret Key',
'type': 'string',
'secret': True,
}, {