Skip to content

Commit

Permalink
Merge pull request #46 from mzazrivec/fix_placeholder_names_in_diagno…
Browse files Browse the repository at this point in the history
…stics_region_center

Fix placeholder names in diagnostics_region_center toolbar
(cherry picked from commit 1383b50)

https://bugzilla.redhat.com/show_bug.cgi?id=1413086
  • Loading branch information
Martin Povolny authored and simaishi committed Jan 13, 2017
1 parent a0f78ce commit 2dc0111
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ class ApplicationHelper::Toolbar::DiagnosticsRegionCenter < ApplicationHelper::T
:role_start,
'fa fa-play-circle-o fa-lg',
proc do
_('Start the %{server_role_description} Role on Server %{server.name} [%{server.id}]') % {
_('Start the %{server_role_description} Role on Server %{server_name} [%{server_id}]') % {
:server_role_description => @record.server_role.description,
:server_name => @record.miq_server.name,
:server_id => @record.miq_server.id}
Expand Down

0 comments on commit 2dc0111

Please sign in to comment.