diff --git a/app/lib/sidebar_menu.rb b/app/lib/sidebar_menu.rb index 2ad07d606..dcaf738bf 100644 --- a/app/lib/sidebar_menu.rb +++ b/app/lib/sidebar_menu.rb @@ -19,8 +19,7 @@ def initial_structure(controller, _action) def default_main_menu [ - TW::SidebarMenuItemComponent.new(name: 'Prehľad', url: root_path, icon: Icons::DashboardComponent.new), - TW::SidebarMenuItemComponent.new(name: 'Správy', url: message_threads_path, icon: Icons::SchrankaComponent.new), + TW::SidebarMenuItemComponent.new(name: 'Všetky správy', url: message_threads_path, icon: Icons::SchrankaComponent.new), Layout::FilterListComponent.new(filters: @parameters[:filters]), Layout::TagListComponent.new(tags: @parameters[:tags]), TW::SidebarMenuItemComponent.new(name: 'Nastavenia', url: filters_path, icon: Icons::SettingsComponent.new)