From d770bcff6535e878fa4012578d9332aa5be74868 Mon Sep 17 00:00:00 2001 From: Angela Chuang Date: Fri, 30 Oct 2020 11:55:12 +0000 Subject: [PATCH] update wording --- .../components/timeline/header/save_timeline_button.tsx | 2 +- .../public/timelines/components/timeline/header/translations.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/header/save_timeline_button.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/header/save_timeline_button.tsx index 32563a71b72c0b..476ef8d1dd5a1a 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/header/save_timeline_button.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/header/save_timeline_button.tsx @@ -77,7 +77,7 @@ export const SaveTimelineButton = React.memo( ) : ( - + {saveTimelineButtonIcon} ); diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/header/translations.ts b/x-pack/plugins/security_solution/public/timelines/components/timeline/header/translations.ts index 048a31ec7e9190..80aa719a3469d0 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/header/translations.ts +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/header/translations.ts @@ -83,5 +83,5 @@ export const CLOSE_MODAL = i18n.translate( export const UNSAVED_TIMELINE_WARNING = (timelineType: TimelineTypeLiteral) => i18n.translate('xpack.securitySolution.timeline.saveTimeline.modal.warning.title', { values: { timeline: timelineType === TimelineType.template ? 'timeline template' : 'timeline' }, - defaultMessage: 'You have an unsaved {timeline}, do you wish to save it?', + defaultMessage: 'You have an unsaved {timeline}. Do you wish to save it?', });