Skip to content

Commit

Permalink
[8.x] Fixed Asset Criticality copy issue (elastic#196764) (elastic#20…
Browse files Browse the repository at this point in the history
…2642)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Fixed Asset Criticality copy issue
(elastic#196764)](elastic#196764)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Jared
Burgett","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-03T09:36:51Z","message":"Fixed
Asset Criticality copy issue (elastic#196764)\n\nSmall copy change for
clarifying asset criticality
callout","sha":"13caf8d7e6d11dde68a161cd0edb3046128a0de2","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","ci:cloud-deploy","ci:project-deploy-security","v8.16.0","backport:version","v8.17.0","v8.18.0"],"title":"Fixed
Asset Criticality copy
issue","number":196764,"url":"https://github.com/elastic/kibana/pull/196764","mergeCommit":{"message":"Fixed
Asset Criticality copy issue (elastic#196764)\n\nSmall copy change for
clarifying asset criticality
callout","sha":"13caf8d7e6d11dde68a161cd0edb3046128a0de2"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196764","number":196764,"mergeCommit":{"message":"Fixed
Asset Criticality copy issue (elastic#196764)\n\nSmall copy change for
clarifying asset criticality
callout","sha":"13caf8d7e6d11dde68a161cd0edb3046128a0de2"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Jared Burgett <[email protected]>
  • Loading branch information
kibanamachine and jaredburgettelastic authored Dec 3, 2024
1 parent edeed14 commit 558d07c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const AssetCriticalityIssueCallout: React.FC = ({
const msg = errorMessage ?? (
<FormattedMessage
id="xpack.securitySolution.entityAnalytics.assetCriticalityUploadPage.advancedSettingDisabledMessage"
defaultMessage="The don't have privileges to access Asset Criticality feature. Contact your administrator for further assistance."
defaultMessage="Privileges to access the Asset Criticality feature are missing for your user. Contact your administrator for further assistance."
/>
);

Expand Down

0 comments on commit 558d07c

Please sign in to comment.