Minor credential help text correction

This commit is contained in:
Ryan Fitzpatrick
2017-08-18 16:09:13 -04:00
parent 4d83e696f7
commit da70c11da5

View File

@@ -822,7 +822,7 @@ def vmware(cls):
'id': 'host', 'id': 'host',
'label': 'VCenter Host', 'label': 'VCenter Host',
'type': 'string', 'type': 'string',
'help_text': ('Enter the hostname or IP address which corresponds ' 'help_text': ('Enter the hostname or IP address that corresponds '
'to your VMware vCenter.') 'to your VMware vCenter.')
}, { }, {
'id': 'username', 'id': 'username',
@@ -850,7 +850,7 @@ def satellite6(cls):
'id': 'host', 'id': 'host',
'label': 'Satellite 6 URL', 'label': 'Satellite 6 URL',
'type': 'string', 'type': 'string',
'help_text': ('Enter the URL which corresponds to your Red Hat ' 'help_text': ('Enter the URL that corresponds to your Red Hat '
'Satellite 6 server. For example, https://satellite.example.org') 'Satellite 6 server. For example, https://satellite.example.org')
}, { }, {
'id': 'username', 'id': 'username',
@@ -877,7 +877,7 @@ def cloudforms(cls):
'id': 'host', 'id': 'host',
'label': 'CloudForms URL', 'label': 'CloudForms URL',
'type': 'string', 'type': 'string',
'help_text': ('Enter the URL for the virtual machine which ' 'help_text': ('Enter the URL for the virtual machine that '
'corresponds to your CloudForm instance. ' 'corresponds to your CloudForm instance. '
'For example, https://cloudforms.example.org') 'For example, https://cloudforms.example.org')
}, { }, {
@@ -912,8 +912,9 @@ def gce(cls):
'label': 'Project', 'label': 'Project',
'type': 'string', 'type': 'string',
'help_text': ('The Project ID is the GCE assigned identification. ' 'help_text': ('The Project ID is the GCE assigned identification. '
'It is constructed as two words followed by a three ' 'It is often constructed as three words or two words '
'digit number. Example: adjective-noun-000') 'followed by a three-digit number. Examples: project-id-000 '
'and another-project-id')
}, { }, {
'id': 'ssh_key_data', 'id': 'ssh_key_data',
'label': 'RSA Private Key', 'label': 'RSA Private Key',