Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #12483 from mzazrivec/i18n_fixes_in_ems_infra_text…
Browse files Browse the repository at this point in the history
…ual_summary

i18n fixes in ems_infra_textual_summary
(cherry picked from commit bb97653)

https://bugzilla.redhat.com/show_bug.cgi?id=1391748
  • Loading branch information
Martin Povolny authored and simaishi committed Jan 5, 2017
1 parent 0e2ef64 commit fb1033d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/helpers/ems_infra_helper/textual_summary.rb
Expand Up @@ -38,7 +38,7 @@ def textual_ipaddress
end

def textual_type
@ems.emstype_description
{:label => _("Type"), :value => @ems.emstype_description}
end

def textual_port
Expand Down Expand Up @@ -146,11 +146,11 @@ def textual_datastores
def textual_vms
return nil if @record.kind_of?(ManageIQ::Providers::Openstack::InfraManager)

textual_link(@ems.vms)
textual_link(@ems.vms, :label => _("Virtual Machines"))
end

def textual_templates
@ems.miq_templates
textual_link(@ems.miq_templates, :label => _("Templates"))
end

def textual_orchestration_stacks_status
Expand Down

0 comments on commit fb1033d

Please sign in to comment.