mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03: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`)}
|
||||
placeholder={i18n._(t`Select source path`)}
|
||||
createText={i18n._(t`Set source path to`)}
|
||||
isCreatable
|
||||
onCreateOption={value => {
|
||||
value.trim();
|
||||
|
||||
Reference in New Issue
Block a user