From f4042dd56620c58a2ae84119443fda4ca735e21e Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Thu, 7 Jan 2021 09:47:58 -0500 Subject: [PATCH] [ILM] Minor UX improvements (#87515) --- .../data_tier_allocation_field/components/loading_error.tsx | 2 ++ .../public/application/sections/edit_policy/edit_policy.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/loading_error.tsx b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/loading_error.tsx index 32bf79b023137..afff5442c585c 100644 --- a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/loading_error.tsx +++ b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/loading_error.tsx @@ -21,6 +21,8 @@ export const LoadingError: FunctionComponent = ({ }) => { return ( <> + + = ({ history }) => { 'xpack.indexLifecycleMgmt.editPolicy.validPolicyNameMessage', { defaultMessage: - 'A policy name cannot start with an underscore and cannot contain a question mark or a space.', + 'A policy name cannot start with an underscore and cannot contain a comma or a space.', } ), validations: policyNameValidations,