Skip to content

Commit

Permalink
Remove unused translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Aug 12, 2021
1 parent bb9f696 commit 6a87de5
Showing 1 changed file with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,3 @@ export const CHANGE_ALERT_STATUS = i18n.translate(
defaultMessage: 'Change alert status',
}
);

export const ACTION_ADD_ENDPOINT_EXCEPTION = i18n.translate(
'xpack.securitySolution.endpoint.takeAction.addEndpointException',
{
defaultMessage: 'Add Endpoint exception',
}
);

export const ACTION_ADD_EXCEPTION = i18n.translate(
'xpack.securitySolution.endpoint.takeAction.addException',
{
defaultMessage: 'Add rule exception',
}
);

export const ACTION_ADD_EVENT_FILTER = i18n.translate(
'xpack.securitySolution.endpoint.takeAction.addEventFilter',
{
defaultMessage: 'Add Endpoint event filter',
}
);

export const INVESTIGATE_IN_TIMELINE = i18n.translate(
'xpack.securitySolution.endpoint.takeAction.investigateInTimeline',
{
defaultMessage: 'investigate in timeline',
}
);

0 comments on commit 6a87de5

Please sign in to comment.