Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Aug 21, 2020
1 parent 9b58ff5 commit b7a4cfe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/plugins/timelion/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ import { TimelionConfigType } from './config';
import { timelionSheetSavedObjectType } from './saved_objects';

/**
* The timelion application was deprecated since 7.0 and will be removed in 8.0.
* You still have saved timelion application worksheets, which you need to migrate manually to dashboards if you want to keep them after 8.0.
*
* Deprecated since 7.0, the Timelion app will be removed in 8.0.
* To continue using your Timelion worksheets, migrate them to a dashboard.
*
* @link https://www.elastic.co/guide/en/kibana/master/timelion.html#timelion-deprecation
**/
Expand All @@ -43,7 +42,7 @@ const showWarningMessageIfTimelionSheetWasFound = (core: CoreStart, logger: Logg
({ total }) =>
total &&
logger.warn(
'The timelion application was deprecated since 7.0 and will be removed in 8.0. You still have saved timelion application worksheets, which you need to migrate manually to dashboards if you want to keep them after 8.0. See https://www.elastic.co/guide/en/kibana/master/timelion.html#timelion-deprecation for more details.'
'Deprecated since 7.0, the Timelion app will be removed in 8.0. To continue using your Timelion worksheets, migrate them to a dashboard. See https://www.elastic.co/guide/en/kibana/master/timelion.html#timelion-deprecation.'
)
);
};
Expand Down

0 comments on commit b7a4cfe

Please sign in to comment.