Skip to content

Commit

Permalink
Change the deprecation notice message
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Aug 13, 2020
1 parent afe9571 commit 880513d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ export const TimelionDeprecation = ({ links }: DocLinksStart) => {
title={
<FormattedMessage
id="timelion.deprecation.message"
defaultMessage="Deprecated since 7.0, Timelion app will be removed in 8.0. To move your existing worksheets to a dashboard click {timeLionDeprecationLink}."
defaultMessage="Deprecated since 7.0, the Timelion app will be removed in 8.0. To continue using your Timelion worksheets, {timeLionDeprecationLink}."
values={{
timeLionDeprecationLink: (
<EuiLink href={timelionDeprecationLink} target="_blank" external>
<FormattedMessage id="timelion.deprecation.here" defaultMessage="here" />
<FormattedMessage
id="timelion.deprecation.here"
defaultMessage="migrate them to a dashboard."
/>
</EuiLink>
),
}}
Expand Down

0 comments on commit 880513d

Please sign in to comment.