From 93d1df4e4bd36ae5208f03692adb501a1b4135e2 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Thu, 25 Mar 2021 18:31:45 -0400 Subject: [PATCH] Use custom text for setting source path --- .../Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui_next/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx b/awx/ui_next/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx index f00d77e5c4..e874157d99 100644 --- a/awx/ui_next/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx +++ b/awx/ui_next/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx @@ -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();