Skip to content

Commit

Permalink
Rename Settings to User Settings in the RBAC tree
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Apr 30, 2019
1 parent 85fa7e5 commit 7f1fd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/menu/default_menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def monitor_menu_section
end

def settings_menu_section
Menu::Section.new(:set, N_("Settings"), 'pficon pficon-settings', [
Menu::Section.new(:set, N_("User Settings"), 'pficon pficon-settings', [
Menu::Item.new('configuration', N_('My Settings'), 'my_settings', {:feature => 'my_settings', :any => true}, '/configuration/index'),
Menu::Item.new('my_tasks', N_('Tasks'), 'tasks', {:feature => 'tasks', :any => true}, '/miq_task/index?jobs_tab=tasks')
], :top_right)
Expand Down

0 comments on commit 7f1fd2d

Please sign in to comment.