Skip to content

Commit d770bcf

Browse files
committed
update wording
1 parent 44a6cac commit d770bcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/security_solution/public/timelines/components/timeline/header/save_timeline_button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

x-pack/plugins/security_solution/public/timelines/components/timeline/header/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ export const CLOSE_MODAL = i18n.translate(
8383
export 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
});

0 commit comments

Comments
 (0)