Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ describe('Header', () => {

expect(
wrapper.find('[data-test-subj="timelineImmutableCallOut"]').first().prop('title')
).toEqual(
'This timeline is immutable, therefore not allowed to save it within the security application, though you may continue to use the timeline to search and filter security events'
);
).toEqual('This is a prebuilt timeline template - changes will not be saved.');
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const CALL_OUT_UNAUTHORIZED_MSG = i18n.translate(
export const CALL_OUT_IMMUTIABLE = i18n.translate(
'xpack.securitySolution.timeline.callOut.immutable.message.description',
{
defaultMessage:
'This timeline is immutable, therefore not allowed to save it within the security application, though you may continue to use the timeline to search and filter security events',
defaultMessage: 'This is a prebuilt timeline template - changes will not be saved.',
}
);