[ILM] Minor UX improvements (#87515)

This commit is contained in:
Alison Goryachev 2021-01-07 09:47:58 -05:00 committed by GitHub
parent f170ce29cc
commit f4042dd566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,8 @@ export const LoadingError: FunctionComponent<Props> = ({
}) => {
return (
<>
<EuiSpacer size="s" />
<EuiCallOut
title={
<FormattedMessage

View file

@ -240,7 +240,7 @@ export const EditPolicy: React.FunctionComponent<Props> = ({ 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,