File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export const SaveTimelineButton = React.memo<SaveTimelineComponentProps>(
7777 </ EuiOverlayMask >
7878 </ >
7979 ) : (
80- < EuiToolTip content = { toolTip || '' } data-test-subj = "save-timeline-btn-tooltip" >
80+ < EuiToolTip content = { toolTip ?? '' } data-test-subj = "save-timeline-btn-tooltip" >
8181 { saveTimelineButtonIcon }
8282 </ EuiToolTip >
8383 ) ;
Original file line number Diff line number Diff line change @@ -83,5 +83,5 @@ export const CLOSE_MODAL = i18n.translate(
8383export const UNSAVED_TIMELINE_WARNING = ( timelineType : TimelineTypeLiteral ) =>
8484 i18n . translate ( 'xpack.securitySolution.timeline.saveTimeline.modal.warning.title' , {
8585 values : { timeline : timelineType === TimelineType . template ? 'timeline template' : 'timeline' } ,
86- defaultMessage : 'You have an unsaved {timeline}, do you wish to save it?' ,
86+ defaultMessage : 'You have an unsaved {timeline}. Do you wish to save it?' ,
8787 } ) ;
You can’t perform that action at this time.
0 commit comments