diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb index 6209fca1e..7a942f13a 100644 --- a/app/views/shared/_subnavigation.html.erb +++ b/app/views/shared/_subnavigation.html.erb @@ -32,7 +32,7 @@ <%= layout_menu_link_to t("layouts.header.collaborative_legislation"), legislation_processes_path, controller.class.parent == Legislation, - accesskey: "l" %> + accesskey: "4" %> <% end %> <% if feature?(:spending_proposals) %> @@ -48,14 +48,14 @@ <%= layout_menu_link_to t("layouts.header.budgets"), budgets_path, controller_name == "budgets" || controller_name == "investments", - accesskey: "4", + accesskey: "5", title: t("shared.go_to_page") + t("layouts.header.budgets") %> <% end %>