Skip to content

Commit

Permalink
Fix typo in PXE breadcrumbs_options
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsia committed Aug 14, 2019
1 parent 5063765 commit e01c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/pxe_controller.rb
Expand Up @@ -272,7 +272,7 @@ def breadcrumbs_options
:breadcrumbs => [
{:title => _("Compute")},
{:title => _("Infrastructure")},
{:title => _("Networking")},
{:title => _("PXE")},
],
}
end
Expand Down

0 comments on commit e01c11c

Please sign in to comment.