Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing tooltips for Group button #22572

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,13 @@ en:
ManageIQ::Providers::Amazon::CloudManager: Cloud Provider (Amazon)
ManageIQ::Providers::Azure::CloudManager: Cloud Provider (Microsoft Azure)
ManageIQ::Providers::Vmware::CloudManager: Cloud Provider (VMware vCloud)
ManageIQ::Providers::IbmCic::CloudManager: Cloud Provider (IBM CIC)
ManageIQ::Providers::IbmCloud::VPC::CloudManager: Cloud Provider (IBM Cloud VPC)
ManageIQ::Providers::AzureStack::CloudManager: Cloud Provider (Microsoft Azure Stack)
ManageIQ::Providers::IbmCloud::PowerVirtualServers::CloudManager: Cloud Provider (IBM Cloud Power Systems Virtual Servers)
ManageIQ::Providers::IbmPowerVc::CloudManager: Cloud Provider (IBM PowerVC)
ManageIQ::Providers::OracleCloud::CloudManager: Cloud Provider (Oracle Cloud)
ManageIQ::Providers::Google::CloudManager: Cloud Provider (Google)
ManageIQ::Providers::Azure::NetworkManager::CloudNetwork: Cloud Network (Microsoft Azure)
ManageIQ::Providers::Kubernetes::ContainerManager: Container Provider (Kubernetes)
ManageIQ::Providers::Kubernetes::ContainerManager::ContainerGroup: Pod (Kubernetes)
Expand Down