Skip to content

Commit

Permalink
Update translations.ts to fix typo (elastic#172036)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 authored Nov 28, 2023
1 parent 8413078 commit 3b8b829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export const LISTS_PRIVILEGES_FETCH_FAILURE = i18n.translate(
export const DETECTION_ENGINE_PRIVILEGES_FETCH_FAILURE = i18n.translate(
'xpack.securitySolution.containers.detectionEngine.alerts.detectionEnginePrivileges.errorFetching',
{
defaultMessage: 'Failed to retreive detection engine privileges',
defaultMessage: 'Failed to retrieve detection engine privileges',
}
);

0 comments on commit 3b8b829

Please sign in to comment.