Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Bug 2049638: Address feedback from PR#928 (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Mar 1, 2022
1 parent d040082 commit eb38ac7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -140,8 +140,8 @@ export const VMwareProviderHostsTable: React.FunctionComponent<IVMwareProviderHo
selectedItems.length === 0
? 'Select at least one host'
: commonNetworkAdapters.length === 0
? 'Selected hosts have no networks in common'
: 'Select a network for migration data transfer for the selected hosts'
? 'Selected hosts have no network in common'
: 'Select a network for transferring migration data from the selected hosts'
}
>
<div>
Expand Down

0 comments on commit eb38ac7

Please sign in to comment.