Fix Users copy to account for built-in users (#106166)

This commit is contained in:
Scotty Bollinger 2021-07-20 08:06:10 -05:00 committed by GitHub
parent 85f726c3d8
commit 4e99580788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,7 +318,7 @@ export const USERS_HEADING_DESCRIPTION = i18n.translate(
'xpack.enterpriseSearch.roleMapping.usersHeadingDescription',
{
defaultMessage:
'User management provides granular access for individual or special permission needs. Users from federated sources such as SAML are managed by role mappings, and excluded from this list.',
'User management provides granular access for individual or special permission needs. Some users may be excluded from this list. These include users from federated sources such as SAML, which are managed by role mappings, and built-in user accounts such as the “elastic” or “enterprise_search” users.',
}
);