From 22afd8b0449d85cd2f60ef342a515221df096378 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 18 Aug 2017 15:48:34 -0400 Subject: [PATCH] tooltip content for inventory scripts form --- awx/ui/client/src/inventory-scripts/inventory-scripts.form.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js b/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js index 644f4ecdee..f7f1b581d5 100644 --- a/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js +++ b/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js @@ -59,8 +59,7 @@ export default ['i18n', function(i18n) { ngDisabled: '!(inventory_script_obj.summary_fields.user_capabilities.edit || canAdd)', ngTrim: false, rows: 10, - awPopOver: "

" + i18n._("Drag and drop your custom inventory script file here or create one in the field to import your custom inventory.") + " " + - "

" + i18n.sprintf(i18n._("Script must begin with a hashbang sequence: i.e.... %s"), "#!/usr/bin/env python") + "

", + awPopOver: i18n._('Drag and drop your custom inventory script file here or create one in the field to import your custom inventory. Refer to the Ansible Tower documentation for example syntax.'), dataTitle: i18n._('Custom Script'), dataPlacement: 'right', dataContainer: "body"