mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
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:
@@ -88,8 +88,8 @@ function AdHocExecutionEnvironmentStep({ organizationId }) {
|
|||||||
<Form>
|
<Form>
|
||||||
<FormGroup
|
<FormGroup
|
||||||
fieldId="execution_enviroment"
|
fieldId="execution_enviroment"
|
||||||
label={t`Execution Environments`}
|
label={t`Execution Environment`}
|
||||||
aria-label={t`Execution Environments`}
|
aria-label={t`Execution Environment`}
|
||||||
labelIcon={
|
labelIcon={
|
||||||
<Popover
|
<Popover
|
||||||
content={t`Select the Execution Environment you want this command to run inside.`}
|
content={t`Select the Execution Environment you want this command to run inside.`}
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ function ExecutionEnvironmentLookup({
|
|||||||
<>
|
<>
|
||||||
<Lookup
|
<Lookup
|
||||||
id="execution-environments"
|
id="execution-environments"
|
||||||
header={t`Execution Environments`}
|
header={t`Execution Environment`}
|
||||||
value={value}
|
value={value}
|
||||||
onBlur={onBlur}
|
onBlur={onBlur}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user