[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:
Pablo Machado 2025-02-13 12:42:09 -03:00 committed by GitHub
parent 10e2d9e7e9
commit fe96fe2dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.',
}
);