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
  • Loading branch information
Martin Povolny committed Nov 8, 2016
2 parents 38e1863 + 02dd596 commit bb97653
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 bb97653

Please sign in to comment.