From 7d38e6bbfbaae2a339a2a55c00677c05c94aed0e Mon Sep 17 00:00:00 2001 From: Harpreet Kataria Date: Tue, 4 Apr 2017 15:55:07 -0400 Subject: [PATCH] Merge pull request #914 from lgalis/change_radio_button_title_for_playbook_run_on_target Change the title for the playbook catalog item radio button to 'Run on the target of the Policy Event' (cherry picked from commit d1b126a7c7a6ec7221f3b807ed01f473f9878687) https://bugzilla.redhat.com/show_bug.cgi?id=1439311 --- app/views/miq_policy/_action_options.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/miq_policy/_action_options.html.haml b/app/views/miq_policy/_action_options.html.haml index eeea7441f40..c3fded182f2 100644 --- a/app/views/miq_policy/_action_options.html.haml +++ b/app/views/miq_policy/_action_options.html.haml @@ -348,10 +348,10 @@ = label_tag('inventory_localhost', _("Localhost"), "title" => _('Run on localhost')) %br = radio_button_tag('inventory', "event_target", false, - "title" => _('Run on the target machine of the alert'), + "title" => _('Run on the target of the Policy Event'), "checked" => @edit[:new][:inventory_type] == "event_target", "data-miq_observe" => observe) - = label_tag('inventory_event_target', _("Target Machine"), "title" => _('Run on the target machine of the alert')) + = label_tag('inventory_event_target', _("Target Machine"), "title" => _('Run on the target of the Policy Event')) %br = radio_button_tag('inventory', "manual", false, "title" => _('Enter a comma separated list of IP or DNS names'),