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 12, 2020
1 parent d70e4a0 commit afe9571
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const TimelionDeprecation = ({ links }: DocLinksStart) => {
title={
<FormattedMessage
id="timelion.deprecation.message"
defaultMessage="Timelion app is deprecated and will be removed on 8.0+. To check the actions you can take in order to move your existing worksheets to a dashboard click {timeLionDeprecationLink}."
defaultMessage="Deprecated since 7.0, Timelion app will be removed in 8.0. To move your existing worksheets to a dashboard click {timeLionDeprecationLink}."
values={{
timeLionDeprecationLink: (
<EuiLink href={timelionDeprecationLink} target="_blank" external>
Expand All @@ -40,7 +40,7 @@ export const TimelionDeprecation = ({ links }: DocLinksStart) => {
/>
}
color="warning"
iconType="bolt"
iconType="alert"
size="s"
/>
<EuiSpacer size="s" />
Expand Down

0 comments on commit afe9571

Please sign in to comment.