From 9e4ff72ce46d31cd96dc8b3d7384ac75f965239c Mon Sep 17 00:00:00 2001 From: Greg Piatigorski Date: Tue, 24 Oct 2017 13:30:54 -0700 Subject: [PATCH] My Settings Physical Infrastructure text typo https://bugzilla.redhat.com/show_bug.cgi?id=1505469 --- app/views/configuration/_ui_2.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/configuration/_ui_2.html.haml b/app/views/configuration/_ui_2.html.haml index f6290bc36df..cdaa7dec807 100644 --- a/app/views/configuration/_ui_2.html.haml +++ b/app/views/configuration/_ui_2.html.haml @@ -146,7 +146,7 @@ - if has_any_role?(%w(ems_physical_infra_show_list physical_server_show_list)) %fieldset %h3 - = _('Phyisical Infrascructure') + = _('Physical Infrastructure') - {:manageiq_providers_physicalinframanager => ["ems_physical_infra_show_list", _('Providers')], :physicalserver => ["physical_server_show_list", _('Servers')], }.each do |resource, (feature, view_name)|