mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Use custom text for setting source path
This commit is contained in:
@@ -126,6 +126,7 @@ const SCMSubForm = ({ autoPopulateProject, i18n }) => {
|
|||||||
}}
|
}}
|
||||||
aria-label={i18n._(t`Select source path`)}
|
aria-label={i18n._(t`Select source path`)}
|
||||||
placeholder={i18n._(t`Select source path`)}
|
placeholder={i18n._(t`Select source path`)}
|
||||||
|
createText={i18n._(t`Set source path to`)}
|
||||||
isCreatable
|
isCreatable
|
||||||
onCreateOption={value => {
|
onCreateOption={value => {
|
||||||
value.trim();
|
value.trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user