mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update translations.ts to fix typo (#172036)
Closes https://github.com/elastic/kibana/issues/172034
This commit is contained in:
parent
8413078c31
commit
3b8b829581
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue