Skip to content

Commit

Permalink
Update x-pack/plugins/upgrade_assistant/public/application/components…
Browse files Browse the repository at this point in the history
…/tabs/checkup/deprecations/reindex/closed_warning_icon.tsx

Co-Authored-By: Alison Goryachev <alisonmllr20@gmail.com>
  • Loading branch information
jloleysens and alisonelizabeth authored Mar 6, 2020
1 parent d73316a commit 15866c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ReindexClosedWarningIcon: FunctionComponent<Props> = ({
position="top"
content={
<EuiText size="s">
{`"${indexName}" needs to be reindexed but it is currently closed. The Upgrade Assistant will open,`}
{`"${indexName}" needs to be reindexed, but it is currently closed. The Upgrade Assistant will open,`}
{` reindex and then close the index. Reindexing may take longer than usual.`}
</EuiText>
}
Expand Down

0 comments on commit 15866c9

Please sign in to comment.