mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This commit is contained in:
parent
38c5cde800
commit
466b9a3c7d
2 changed files with 5 additions and 1 deletions
|
@ -105,7 +105,7 @@ const CaseActionBarComponent: React.FC<CaseActionBarProps> = ({
|
|||
<EuiDescriptionListTitle>
|
||||
<EuiFlexGroup component="span" alignItems="center" gutterSize="xs">
|
||||
<EuiFlexItem grow={false}>
|
||||
<span>{i18n.STATUS}</span>
|
||||
<span>{i18n.SYNC_ALERTS}</span>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiIconTip content={i18n.SYNC_ALERTS_HELP} />
|
||||
|
|
|
@ -150,3 +150,7 @@ export const CHANGED_CONNECTOR_FIELD = i18n.translate(
|
|||
defaultMessage: `changed connector field`,
|
||||
}
|
||||
);
|
||||
|
||||
export const SYNC_ALERTS = i18n.translate('xpack.securitySolution.case.caseView.syncAlertsLabel', {
|
||||
defaultMessage: `Sync alerts`,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue