Merge pull request #10525 from nixocio/ui_issue_10497

Update EE lookup title

Upated EE lookup name to be singular. Also, another reference that to EE
that should be singular.
Closes: #10497

Reviewed-by: Marliana Lara <marliana.lara@gmail.com>
Reviewed-by: Sarah Akus <sakus@redhat.com>
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-07-15 15:09:14 +00:00 committed by GitHub
commit 7d01cc45bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -88,8 +88,8 @@ function AdHocExecutionEnvironmentStep({ organizationId }) {
<Form>
<FormGroup
fieldId="execution_enviroment"
label={t`Execution Environments`}
aria-label={t`Execution Environments`}
label={t`Execution Environment`}
aria-label={t`Execution Environment`}
labelIcon={
<Popover
content={t`Select the Execution Environment you want this command to run inside.`}

View File

@ -155,7 +155,7 @@ function ExecutionEnvironmentLookup({
<>
<Lookup
id="execution-environments"
header={t`Execution Environments`}
header={t`Execution Environment`}
value={value}
onBlur={onBlur}
onChange={onChange}