diff --git a/awx/ui/static/js/forms/CustomInventory.js b/awx/ui/static/js/forms/CustomInventory.js index fbfb63b178..9730936e24 100644 --- a/awx/ui/static/js/forms/CustomInventory.js +++ b/awx/ui/static/js/forms/CustomInventory.js @@ -54,7 +54,8 @@ angular.module('CustomInventoryFormDefinition', []) awDropFile: true, 'class': 'ssh-key-field', rows: 10, - awPopOver: "
Drag and drop your custom inventory script file here or create one in the field to import your custom inventory.
", + awPopOver: "Drag and drop your custom inventory script file here or create one in the field to import your custom inventory. " +
+ "
Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python