Skip to content

Commit

Permalink
Bug 1650484: Update misleading form label for new Cloud Tenant form
Browse files Browse the repository at this point in the history
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1650484

The prior version of this labeled the field "Cloud Provider", but the
actual field content includes both cloud providers and cloud tenants
within the provider, to support hierarchical cloud tenants.

This commit updates the field label to be more accurate.
  • Loading branch information
sseago committed Jan 7, 2019
1 parent 50c577c commit ba07fd3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ function createSchema(renderEmsChoices, emsChoices) {
fields = [{
component: 'select-field',
name: 'ems_id',
label: __('Cloud Provider'),
label: __('Cloud Provider/Parent Cloud Tenant'),
placeholder: `<${__('Choose')}>`,
validateOnMount: true,
validate: [{
Expand Down

0 comments on commit ba07fd3

Please sign in to comment.