mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution] Update entity store copies (#210991)
## Summary * Update `Initializing entity store` to `Configuring Entity Store` * Update `Your entity store is currently empty. Add information...` to `Add information...` <img width="400" src="https://github.com/user-attachments/assets/f64bf5de-bb42-4675-a816-6202dca4bb80"/> <img width="400" src="https://github.com/user-attachments/assets/cf1ea4c0-416d-408a-a166-b85c3e57135a"/>
This commit is contained in:
parent
10e2d9e7e9
commit
fe96fe2dbc
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ export const ENABLEMENT_INITIALIZING_RISK_ENGINE = i18n.translate(
|
|||
export const ENABLEMENT_INITIALIZING_ENTITY_STORE = i18n.translate(
|
||||
'xpack.securitySolution.entityAnalytics.entityStore.enablement.initializing.store',
|
||||
{
|
||||
defaultMessage: 'Initializing entity store',
|
||||
defaultMessage: 'Configuring Entity Store',
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -59,7 +59,7 @@ export const ENABLEMENT_DESCRIPTION_BOTH = i18n.translate(
|
|||
'xpack.securitySolution.entityAnalytics.entityStore.enablement.description.both',
|
||||
{
|
||||
defaultMessage:
|
||||
'Your entity store is currently empty. Add information about your entities directly from your logs, or import them using a text file.',
|
||||
'Add information about your entities directly from your logs, or import them using a text file.',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue