Skip to content

Commit

Permalink
Merge pull request #3074 from GregP/all_policy_profiles_header
Browse files Browse the repository at this point in the history
Fixes All Policy Profiles page header text
  • Loading branch information
h-kataria authored Dec 15, 2017
2 parents d4536f7 + 933392d commit d4e9e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/miq_policy_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ def replace_right_cell(options = {})
when 'root'
partial_name, model =
case x_active_tree
when :policy_profile_tree then ['profile_list', _('Policy Profile')]
when :policy_tree then ['policy_folders', _('Policy')]
when :policy_profile_tree then ['profile_list', _('Policy Profiles')]
when :policy_tree then ['policy_folders', _('Policies')]
when :event_tree then ['event_list', _('Events')]
when :condition_tree then ['condition_folders', _('Conditions')]
when :action_tree then ['action_list', _('Actions')]
Expand Down

0 comments on commit d4e9e12

Please sign in to comment.