diff --git a/x-pack/legacy/plugins/fleet/public/pages/error/no_access.tsx b/x-pack/legacy/plugins/fleet/public/pages/error/no_access.tsx index 3b18032059b85..9115532d5cfd3 100644 --- a/x-pack/legacy/plugins/fleet/public/pages/error/no_access.tsx +++ b/x-pack/legacy/plugins/fleet/public/pages/error/no_access.tsx @@ -21,7 +21,6 @@ export const NoAccessPage = injectI18n(({ intl }) => ( id="xpack.fleet.noAccess.accessDeniedDescription" defaultMessage="You are not authorized to access Elastic Fleet. To use Elastic Fleet, you need a user role that contains read or all permissions for this application." - values={{ elasticFleetRole: '`elastic_admin`' }} />