Skip to content

Commit

Permalink
Capitalize the shift in openshift
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <yzamir@redhat.com>
  • Loading branch information
yaacov committed Jul 17, 2023
1 parent 128aaa8 commit aca9f65
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 aca9f65

Please sign in to comment.