Skip to content

Commit afe9571

Browse files
committed
Change the deprecation notice message
1 parent d70e4a0 commit afe9571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/timelion/public/components/timelion_deprecation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const TimelionDeprecation = ({ links }: DocLinksStart) => {
2929
title={
3030
<FormattedMessage
3131
id="timelion.deprecation.message"
32-
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}."
32+
defaultMessage="Deprecated since 7.0, Timelion app will be removed in 8.0. To move your existing worksheets to a dashboard click {timeLionDeprecationLink}."
3333
values={{
3434
timeLionDeprecationLink: (
3535
<EuiLink href={timelionDeprecationLink} target="_blank" external>
@@ -40,7 +40,7 @@ export const TimelionDeprecation = ({ links }: DocLinksStart) => {
4040
/>
4141
}
4242
color="warning"
43-
iconType="bolt"
43+
iconType="alert"
4444
size="s"
4545
/>
4646
<EuiSpacer size="s" />

0 commit comments

Comments
 (0)