Skip to content

Commit

Permalink
Nit: consistent referring to company VMware (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Brown <[email protected]>
Co-authored-by: K Suhas Pai <[email protected]>
  • Loading branch information
ericwb and spai-p9 authored Feb 17, 2025
1 parent 376cd4c commit a2d46e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/src/features/migration/NetworkAndStorageMappingStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function NetworkAndStorageMappingStep({
label="Map Storage"
sourceItems={vmWareStorage}
targetItems={openstackStorage}
sourceLabel="VMWare Datastore"
sourceLabel="VMware Datastore"
targetLabel="OpenStack VolumeType"
values={params.storageMappings || []}
onChange={(value) => onChange("storageMappings")(value)}
Expand Down
6 changes: 3 additions & 3 deletions ui/src/features/migration/SourceAndDestinationEnvStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function SourceAndDestinationEnvStep({
display: "grid",
}}
>
<Typography variant="body1">Source VMWare</Typography>
<Typography variant="body1">Source VMware</Typography>
<Fields>
<TextField
id="vcenterHost"
Expand Down Expand Up @@ -179,13 +179,13 @@ export default function SourceAndDestinationEnvStep({
{validatingVmwareCreds && (
<>
<CircularProgress size={24} />
<FormLabel sx={{ mb: 1 }}>Validating VMWare Creds...</FormLabel>
<FormLabel sx={{ mb: 1 }}>Validating VMware Creds...</FormLabel>
</>
)}
{vmwareCredsValidated && (
<>
<CheckIcon color="success" fontSize="small" />
<FormLabel sx={{ mb: 1 }}>VMWare Creds Validated</FormLabel>
<FormLabel sx={{ mb: 1 }}>VMware Creds Validated</FormLabel>
</>
)}
{!!errors["vmwareCreds"] && (
Expand Down

0 comments on commit a2d46e7

Please sign in to comment.