Skip to content

Commit 9ff7eaa

Browse files
committed
add frozen phases component
1 parent 19afe82 commit 9ff7eaa

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/phases

1 file changed

+2
-2
lines changed

x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/phases/frozen_phase.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export class FrozenPhase extends PureComponent<Props> {
7777
<p>
7878
<FormattedMessage
7979
id="xpack.indexLifecycleMgmt.editPolicy.frozenPhase.frozenPhaseDescriptionText"
80-
defaultMessage="You are querying your index less frequently, so you can allocate shards
81-
on significantly less performant hardware.
80+
defaultMessage="You are querying your index very infrequently, so you can allocate shards
81+
on the least performant hardware.
8282
Because your queries are slower, you can reduce the number of replicas."
8383
/>
8484
</p>

0 commit comments

Comments
 (0)