Skip to content

Commit

Permalink
[Security Solution][Resolver] Change close text (#80531)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 authored Oct 14, 2020
1 parent 56f240e commit 00a9a46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const Navigation = ({
}) => (
<EuiFlexGroup alignItems="center" gutterSize="none">
<EuiFlexItem grow={false}>
<EuiButtonEmpty onClick={onCloseOverlay} size="xs">
{i18n.BACK_TO_EVENTS}
<EuiButtonEmpty iconType="cross" onClick={onCloseOverlay} size="xs">
{i18n.CLOSE_ANALYZER}
</EuiButtonEmpty>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

import { i18n } from '@kbn/i18n';

export const BACK_TO_EVENTS = i18n.translate(
'xpack.securitySolution.timeline.graphOverlay.backToEventsButton',
export const CLOSE_ANALYZER = i18n.translate(
'xpack.securitySolution.timeline.graphOverlay.closeAnalyzerButton',
{
defaultMessage: '< Back to events',
defaultMessage: 'Close analyzer',
}
);
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -16405,7 +16405,6 @@
"xpack.securitySolution.timeline.flyout.pane.timelinePropertiesAriaLabel": "タイムラインのプロパティ",
"xpack.securitySolution.timeline.flyoutTimelineTemplateLabel": "タイムラインテンプレート",
"xpack.securitySolution.timeline.fullScreenButton": "全画面",
"xpack.securitySolution.timeline.graphOverlay.backToEventsButton": "&lt; イベントに戻る",
"xpack.securitySolution.timeline.properties.attachTimelineToCaseTooltip": "ケースに関連付けるには、タイムラインのタイトルを入力してください",
"xpack.securitySolution.timeline.properties.attachToExistingCaseButtonLabel": "既存のケースに添付...",
"xpack.securitySolution.timeline.properties.attachToNewCaseButtonLabel": "新しいケースに添付",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -16415,7 +16415,6 @@
"xpack.securitySolution.timeline.flyout.pane.timelinePropertiesAriaLabel": "时间线属性",
"xpack.securitySolution.timeline.flyoutTimelineTemplateLabel": "时间线模板",
"xpack.securitySolution.timeline.fullScreenButton": "全屏",
"xpack.securitySolution.timeline.graphOverlay.backToEventsButton": "&lt; 返回至事件",
"xpack.securitySolution.timeline.properties.attachTimelineToCaseTooltip": "请为您的时间线提供标题,以便将其附加到案例",
"xpack.securitySolution.timeline.properties.attachToExistingCaseButtonLabel": "附加到现有案例......",
"xpack.securitySolution.timeline.properties.attachToNewCaseButtonLabel": "附加到新案例",
Expand Down

0 comments on commit 00a9a46

Please sign in to comment.