From 7732e1168fc9c9e2acd7f89b254f814e0076d679 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 7 Jul 2016 11:18:16 -0400 Subject: [PATCH] Rename 'Host Pattern' to 'Limit', and fix paste-o in 'Verbosity' popover title. (#2776) --- awx/ui/client/src/inventories/manage/adhoc/adhoc.form.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui/client/src/inventories/manage/adhoc/adhoc.form.js b/awx/ui/client/src/inventories/manage/adhoc/adhoc.form.js index 13e74be4d9..20c1aa6941 100644 --- a/awx/ui/client/src/inventories/manage/adhoc/adhoc.form.js +++ b/awx/ui/client/src/inventories/manage/adhoc/adhoc.form.js @@ -44,7 +44,7 @@ export default function() { autocomplete: false }, limit: { - label: 'Host Pattern', + label: 'Limit', type: 'text', addRequired: false, awPopOver: '

The pattern used to target hosts in the ' + @@ -54,7 +54,7 @@ export default function() { 'here.

', - dataTitle: 'Host Pattern', + dataTitle: 'Limit', dataPlacement: 'right', dataContainer: 'body' }, @@ -98,7 +98,7 @@ export default function() { addRequired: true, awPopOver:'

These are the verbosity levels for standard ' + 'out of the command run that are supported.', - dataTitle: 'Module', + dataTitle: 'Verbosity', dataPlacement: 'right', dataContainer: 'body', "default": 1