Created attachment 1202557 [details] The word "groups" is displayed instead of the word "pods" Description of problem: CFME 5.7.0.0 Steps to Reproduce: 1.Compute ---> Containers ----> Providers 2.Click on Provider 3.In the Relationships table, click on Pods Actual results: "All Container Groups" is displayed Expected results: "All Container Pods" is displayed
https://github.com/ManageIQ/manageiq/pull/11515
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/6f3a6291d9262f6c6802a22cdf3428617229c5ed commit 6f3a6291d9262f6c6802a22cdf3428617229c5ed Author: nimrodshn <nimrodshn> AuthorDate: Mon Sep 26 16:16:40 2016 +0300 Commit: nimrodshn <nimrodshn> CommitDate: Wed Sep 28 12:02:23 2016 +0300 Changed some strings from 'container groups' to 'pods' Specifically fixes the heading on Provider>Pods from 'Container Group' to 'Pods'. https://bugzilla.redhat.com/show_bug.cgi?id=1377434 app/controllers/ems_common.rb | 2 +- app/models/container_group.rb | 2 +- spec/presenters/tree_builder_containers_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
verified on cfme pod cfme-5.8.0.0-1.el7cf.x86_64 compute -> containers -> providers = pods will actually lead to the pods page.