We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91188f commit b6fe189Copy full SHA for b6fe189
x-pack/plugins/security_solution/public/entity_analytics/pages/entity_store_management_page.tsx
@@ -427,7 +427,7 @@ const AssetCriticalityIssueCallout: React.FC<{ errorMessage?: string | ReactNode
427
const msg = errorMessage ?? (
428
<FormattedMessage
429
id="xpack.securitySolution.entityAnalytics.assetCriticalityUploadPage.advancedSettingDisabledMessage"
430
- 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."
431
/>
432
);
433
0 commit comments