Skip to content

Commit

Permalink
Update translations.ts
Browse files Browse the repository at this point in the history
refs 74a8340
  • Loading branch information
ashokaditya committed Oct 18, 2021
1 parent 4fea956 commit faa6759
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ export const ACTIVITY_LOG = {
}
),
failedEndpointReleaseAction: i18n.translate(
'xpack.securitySolution.endpointDetails.activityLog.logEntry.action.failedEndpointAction',
'xpack.securitySolution.endpointDetails.activityLog.logEntry.action.failedEndpointReleaseAction',
{
defaultMessage: 'failed to submit request: Release host',
}
),
failedEndpointIsolateAction: i18n.translate(
'xpack.securitySolution.endpointDetails.activityLog.logEntry.action.failedEndpointAction',
'xpack.securitySolution.endpointDetails.activityLog.logEntry.action.failedEndpointIsolateAction',
{
defaultMessage: 'failed to submit request: Isolate host',
}
Expand Down

0 comments on commit faa6759

Please sign in to comment.