copy edit for set_priority action in ilm UI (#29540) (#29609)

This commit is contained in:
Bill McConaghy 2019-01-30 11:26:51 -05:00 committed by GitHub
parent b149dd01e0
commit 177ddab4fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@ export const SetPriorityInput = props => {
<EuiTextColor color="subdued">
<FormattedMessage
id="xpack.indexLifecycleMgmt.editPolicy.warmPhase.indexPriorityExplanationText"
defaultMessage="Determine the order in which your indices are recovered.
Indices with higher values for index priority are recovered before indices with lower values."
defaultMessage="Set the priority for recovering your indices after a node restart.
Indices with higher priorities are recovered before indices with lower priorities."
/>{' '}
<LearnMoreLink docPath="recovery-prioritization.html" />
</EuiTextColor>