From 4e995807882bcbcda9cc87f4f988aa581f71427f Mon Sep 17 00:00:00 2001 From: Scotty Bollinger Date: Tue, 20 Jul 2021 08:06:10 -0500 Subject: [PATCH] Fix Users copy to account for built-in users (#106166) --- .../public/applications/shared/role_mapping/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/constants.ts b/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/constants.ts index c9fa16ac05a1..583652de1fa0 100644 --- a/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/constants.ts +++ b/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/constants.ts @@ -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.', } );