Skip to content

Commit

Permalink
add frozen phases component
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 26, 2020
1 parent 19afe82 commit 9ff7eaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export class FrozenPhase extends PureComponent<Props> {
<p>
<FormattedMessage
id="xpack.indexLifecycleMgmt.editPolicy.frozenPhase.frozenPhaseDescriptionText"
defaultMessage="You are querying your index less frequently, so you can allocate shards
on significantly less performant hardware.
defaultMessage="You are querying your index very infrequently, so you can allocate shards
on the least performant hardware.
Because your queries are slower, you can reduce the number of replicas."
/>
</p>
Expand Down

0 comments on commit 9ff7eaa

Please sign in to comment.