Skip to content

Commit

Permalink
[ML] Edit stack management message (#105167) (#105293)
Browse files Browse the repository at this point in the history
Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
kibanamachine and lcawl authored Jul 12, 2021
1 parent 4dc378c commit 3ded4a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ export const InsufficientLicensePage: FC<Props> = ({ basePath }) => (
<h2>
<FormattedMessage
id="xpack.ml.management.jobsList.insufficientLicenseLabel"
defaultMessage="Insufficient license"
defaultMessage="Upgrade for subscription features"
/>
</h2>
}
body={
<p>
<FormattedMessage
id="xpack.ml.management.jobsList.insufficientLicenseDescription"
defaultMessage="Machine Learning is available only with trial, platinum or enterprise licenses. Please {link} to use Machine Learning features."
defaultMessage="To use these machine learning features, you must {link}."
values={{
link: (
<EuiLink href={`${basePath.get()}/app/management/stack/license_management/home`}>
<FormattedMessage
id="xpack.ml.management.jobsList.insufficientLicenseDescription.link"
defaultMessage="upgrade your license or start a trial"
defaultMessage="start a trial or upgrade your subscription"
/>
</EuiLink>
),
Expand Down

0 comments on commit 3ded4a8

Please sign in to comment.