mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Security Solution][Entity Analytics][Risk Score]Changes for the confirmation message after RiskScore SO is updated (#211372)
## Summary ### **What has changed?** This PR updates the text in the `toast` message when the Risk Score Saved Object configuration is modified by the user. ### **Reason for the change:** The update ensures compliance with the toast message guidelines: [EUI Toast Guidelines](https://eui.elastic.co/#/display/toast/guidelines). ### **Screenshots:** **Before:**  **Now:**  ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
5fbbcf97a1
commit
24b75740fd
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ export const RISK_SCORE_ENGINE_RUN_SUCCESS = i18n.translate(
|
|||
export const RISK_ENGINE_SAVED_OBJECT_CONFIGURATION_SUCCESS = i18n.translate(
|
||||
'xpack.securitySolution.riskScore.savedObject.configurationSuccess',
|
||||
{
|
||||
defaultMessage: 'Risk engine Saved Object configuration updated successfully',
|
||||
defaultMessage: 'Your configuration was updated.',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue