Skip to content

Commit

Permalink
fix copy to be clearer for more scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 27, 2020
1 parent c7997e9 commit 7fff5a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const i18nTexts = {
'xpack.indexLifecycleMgmt.editPolicy.warm.nodeAttributesMissingDescription',
{
defaultMessage:
'Define custom node attributes in elasticsearch.yml to use attribute-based allocation. Warm nodes will be used instead.',
'Define custom node attributes in elasticsearch.yml to use attribute-based allocation.',
}
),
},
Expand All @@ -28,7 +28,7 @@ const i18nTexts = {
'xpack.indexLifecycleMgmt.editPolicy.cold.nodeAttributesMissingDescription',
{
defaultMessage:
'Define custom node attributes in elasticsearch.yml to use attribute-based allocation. Cold nodes will be used instead.',
'Define custom node attributes in elasticsearch.yml to use attribute-based allocation.',
}
),
},
Expand Down

0 comments on commit 7fff5a8

Please sign in to comment.