Skip to content

Commit

Permalink
[ILM] Minor UX improvements (#87515)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth authored Jan 7, 2021
1 parent f170ce2 commit f4042dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const LoadingError: FunctionComponent<Props> = ({
}) => {
return (
<>
<EuiSpacer size="s" />

<EuiCallOut
title={
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f4042dd

Please sign in to comment.