Skip to content

Commit

Permalink
Fixed Asset Criticality copy issue (#196764)
Browse files Browse the repository at this point in the history
Small copy change for clarifying asset criticality callout
  • Loading branch information
jaredburgettelastic authored Dec 3, 2024
1 parent a7397b2 commit 13caf8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ const AssetCriticalityIssueCallout: React.FC<{ errorMessage?: string | ReactNode
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 13caf8d

Please sign in to comment.