fix(xo-web/new-vm): typos (#4158)

Introduced by 7acd90307b
This commit is contained in:
Pierre Donias
2019-04-25 14:44:25 +02:00
committed by GitHub
parent 7acd90307b
commit b4c7b8ac7f
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ const showNetworkConfigInfo = () =>
<div>
<p>
{_('newVmNetworkConfigInfo', {
noCouldDatasourceLink: (
noCloudDatasourceLink: (
<a
href='https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html#datasource-nocloud'
target='_blank'

View File

@@ -1352,12 +1352,12 @@ const messages = {
newVmSrsNotOnSameHost: 'The SRs must either be on the same host or shared',
newVmNetworkConfigLabel: 'Network config',
newVmNetworkConfigInfo:
'Network configuration is only compatible with the {noCouldDatasourceLink}.',
'Network configuration is only compatible with the {noCloudDatasourceLink}.',
newVmNetworkConfigDocLink: 'See {networkConfigDocLink}.',
newVmNetworkConfigTooltip:
'Click here to get more information about network config',
newVmUserConfigLabel: 'User config',
newVmNoCloudDatasource: 'NoCould datasource',
newVmNoCloudDatasource: 'NoCloud datasource',
newVmNetworkConfigDoc: 'Network config documentation',
// ----- Self -----