From 6f1f06541421032db1862d7ea76d4c72bf0ea0a9 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 26 Nov 2014 09:45:02 -0500 Subject: [PATCH] Custom Inventory Scripts Changed the title of the modal to be a plural noun instead of singular ('Script') --- awx/ui/static/js/helpers/CustomInventory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/CustomInventory.js b/awx/ui/static/js/helpers/CustomInventory.js index 93cd236e2b..fa869559e1 100644 --- a/awx/ui/static/js/helpers/CustomInventory.js +++ b/awx/ui/static/js/helpers/CustomInventory.js @@ -84,7 +84,7 @@ angular.module('CreateCustomInventoryHelper', [ 'Utilities', 'RestServices', 'Sc CreateDialog({ id: 'custom-script-dialog', - title: 'Inventory Script', + title: 'Inventory Scripts', target: 'custom-script-dialog', scope: scope, buttons: buttons,