Skip to content

Commit

Permalink
copy edit for set_priority action in ilm UI (elastic#29540) (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcconaghy authored Jan 30, 2019
1 parent b149dd0 commit 177ddab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 177ddab

Please sign in to comment.