Skip to content

Commit

Permalink
Merge pull request #386 from yaacov/message_editing-v240
Browse files Browse the repository at this point in the history
Proofread alert messages on Plan Wizard TypeForm
  • Loading branch information
yaacov authored Apr 3, 2023
2 parents 229b4c8 + 1495541 commit fa0033e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/legacy/src/Plans/components/Wizard/TypeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const TypeForm: React.FunctionComponent<ITypeFormProps> = ({
isInline
title="Warm migration is not currently available."
>
Warm migration from {PROVIDER_TYPE_NAMES.ovirt} source provider is only supported
Warm migrations from {PROVIDER_TYPE_NAMES.ovirt} source providers are only supported
with a verified secure connection.
</Alert>
</StackItem>
Expand All @@ -73,7 +73,7 @@ export const TypeForm: React.FunctionComponent<ITypeFormProps> = ({
isInline
title="Warm migration is not currently available."
>
Warm migration from {PROVIDER_TYPE_NAMES.openstack} source provider is unsupported.
Warm migrations from {PROVIDER_TYPE_NAMES.openstack} source providers are unsupported.
</Alert>
</StackItem>
)}
Expand Down

0 comments on commit fa0033e

Please sign in to comment.