mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 15:37:29 -02:30
Update EE lookup title
Update EE lookup title to be singular. Also, another reference that to EE that should be singular. Closes: https://github.com/ansible/awx/issues/10497
This commit is contained in:
@@ -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.`}
|
||||
|
||||
@@ -155,7 +155,7 @@ function ExecutionEnvironmentLookup({
|
||||
<>
|
||||
<Lookup
|
||||
id="execution-environments"
|
||||
header={t`Execution Environments`}
|
||||
header={t`Execution Environment`}
|
||||
value={value}
|
||||
onBlur={onBlur}
|
||||
onChange={onChange}
|
||||
|
||||
Reference in New Issue
Block a user