Skip to content

Commit

Permalink
Merge pull request #973 from borod108/bug/rhvm_to_rhv
Browse files Browse the repository at this point in the history
Change RHVM to RHV
(cherry picked from commit 8c4b20e)

https://bugzilla.redhat.com/show_bug.cgi?id=1403358
  • Loading branch information
martinpovolny authored and simaishi committed Apr 17, 2017
1 parent 54e2a77 commit aca3a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper/discover.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def discover_type(dtype)
"ipmi" => _("IPMI"),
"kvm" => _("KVM"),
"msvirtualserver" => _("MS vCenter"),
"rhevm" => _("Red Hat Virtualization Manager"),
"rhevm" => _("Red Hat Virtualization"),
"scvmm" => _("Microsoft System Center VMM"),
"virtualcenter" => _("VMware vCenter"),
"vmwareserver" => _("VMware Server"),
Expand Down

0 comments on commit aca3a3a

Please sign in to comment.