Skip to content

Commit b6fe189

Browse files
jaredburgettelasticCAWilson94
authored andcommitted
Fixed Asset Criticality copy issue (elastic#196764)
Small copy change for clarifying asset criticality callout
1 parent b91188f commit b6fe189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/entity_analytics/pages/entity_store_management_page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ const AssetCriticalityIssueCallout: React.FC<{ errorMessage?: string | ReactNode
427427
const msg = errorMessage ?? (
428428
<FormattedMessage
429429
id="xpack.securitySolution.entityAnalytics.assetCriticalityUploadPage.advancedSettingDisabledMessage"
430-
defaultMessage="The don't have privileges to access Asset Criticality feature. Contact your administrator for further assistance."
430+
defaultMessage="Privileges to access the Asset Criticality feature are missing for your user. Contact your administrator for further assistance."
431431
/>
432432
);
433433

0 commit comments

Comments
 (0)