Skip to content

Commit

Permalink
Merge pull request #570 from yaacov/shift-is-capitalized-in-openshift
Browse files Browse the repository at this point in the history
Capitalize the shift in openshift
  • Loading branch information
yaacov committed Jul 17, 2023
2 parents 128aaa8 + aca9f65 commit b7e0932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const providerCardItems: Record<string, SelectableGalleryItem> = {
openshift: {
title: 'OpenShift Virtualization',
logo: openshiftLogo,
content: 'OpenShift Virtualization run and manage virtual machine in Openshift.',
content: 'OpenShift Virtualization run and manage virtual machine in OpenShift.',
},
openstack: {
title: 'OpenStack',
Expand Down
2 changes: 1 addition & 1 deletion packages/forklift-console-plugin/src/utils/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const PROVIDERS: Record<ProviderType, string> =
vsphere: 'VMware',
ovirt: 'RHV',
openstack: 'OpenStack',
openshift: 'Openshift',
openshift: 'OpenShift',
ova: 'OVA',
}
: {
Expand Down

0 comments on commit b7e0932

Please sign in to comment.