Skip to content

Commit

Permalink
Fix typo on instances-of-key_pair page.
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Mar 6, 2016
1 parent 540c16f commit 9535fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/auth_key_pair_cloud_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def show
title = ui_lookup(:tables => 'vm_cloud')
kls = ManageIQ::Providers::CloudManager::Vm
drop_breadcrumb(
:name => _(":{name} (All %{title})") % {:name => @auth_key_pair_cloud.name, :title => title},
:name => _("%{name} (All %{title})") % {:name => @auth_key_pair_cloud.name, :title => title},
:url => "/auth_key_pair_cloud/show/#{@auth_key_pair_cloud.id}?display=instances"
)
@view, @pages = get_view(kls, :parent => @auth_key_pair_cloud) # Get the records (into a view) and the paginator
Expand Down

0 comments on commit 9535fd2

Please sign in to comment.