webpack/src/Components/Environments/Welcome.js in foreman_puppet-5.1.0 vs webpack/src/Components/Environments/Welcome.js in foreman_puppet-5.1.1
- old
+ new
@@ -14,20 +14,20 @@
const description = (
<>
<FormattedMessage
id="puppetenv-welcome"
defaultMessage={__(
- 'If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClasses}.'
+ 'If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer.'
)}
values={{
newLine: <br />,
- puppetClasses: (
+ puppetClassesLinkToDocs: (
<a
target="_blank"
href={getManualURL('4.2.2Classes')}
rel="noreferrer"
>
- {__('Puppet classes and environment importer')}
+ {__('Puppet classes')}
</a>
),
}}
/>
</>