Skip to content

Commit

Permalink
Change the title for the playbook catalog item radio button to 'Run o…
Browse files Browse the repository at this point in the history
…n the target of the Policy Event'
  • Loading branch information
lgalis committed Apr 4, 2017
1 parent 4425e78 commit d5bc211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/miq_policy/_action_options.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit d5bc211

Please sign in to comment.